We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
time
(Great stuff! Works perfectly in my case.)
One small thing in the document: the default of time is not 1000, but seems 0.
1000
0
The text was updated successfully, but these errors were encountered:
yes, you find it
return { name: config.name, time: config.time || 0, repeat: 'repeat' in config ? config.repeat : false, immediate: 'immediate' in config ? config.immediate : false, autostart: 'autostart' in config ? config.autostart : false, isSwitchTab: 'isSwitchTab' in config ? config.isSwitchTab : false, callback: (config.callback && config.callback.bind(vm)) || vm[config.name] }
@Kelin2025 it should change the readme or code?
Sorry, something went wrong.
No branches or pull requests
(Great stuff! Works perfectly in my case.)
One small thing in the document: the default of
time
is not1000
, but seems0
.The text was updated successfully, but these errors were encountered: