-
Notifications
You must be signed in to change notification settings - Fork 19
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
createInstance not calling the function #14
Comments
Hi @marius-c! The export default {
computed: {
videos: createInstance('videos', { page: 1, pageSize: 10 })
}
} Hope that helps! |
For some reason it doesn't play well with
|
I haven't used |
I will try to create an example as soon as I can. It seems that in not sure if that helps ( saw that you are adding some properties on that computed which wont work in case of a getter ) |
I think the issue may be that |
@marius-c |
Hey any updates on this please? |
Hello,
I'm doing something wrong and I'm unable to figure it out.
did a test in a component mounted()
the above doesn't produce any call to the fetchVideos function, but if I do
it gets called. what am I missing ?
The text was updated successfully, but these errors were encountered: