-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Don't work with component props #45
Comments
you can use watch watch: {
interval(val) {
this.$timers.getRemoteData.time = val;
}
} |
I tried, but don't work. It fire the request each second:
:( |
I am having issues with component props as well.
This is giving me a console error of Uncaught TypeError: Cannot read property 'delay' of undefined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Im trying set interval dynamically from props:
But the timer is firing with interval infinite. If i change "this.interval" to "10000" it work normally.
Can anyone help me?
Thanks.
The text was updated successfully, but these errors were encountered: