-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unable to expand wildcard path Nuxt Js #111
Comments
Hey. Did you check the order of your store and router imports as the error suggests? |
" - Make sure the store is imported before the router, then reload" |
Oh crap, I forgot about Nuxt! Not 100% sure about this one (it's been a long time since I looked at the source) but can you try making the module and its calls, namespaced? Do you know how to do that? PS. easier to post real code then I can make alterations and post back. |
OK - it seems this might b a bug in Nuxt that is still not fixed: The solution is to NOT use wildcards. This will make your code clearer, anyway. Wildcards are useful, mainly for large options sets, but better to make your code explicit. |
Ah, sorry... you will need to specify the properties manually (rather than using the computed: {
...sync('userbilgi', [
'name',
'lastname',
])
} |
Unable to expand wildcard path 'userbilgi/*':
Nuxt component
Store folder
Store module
Console error
Why does this problem occur?
The text was updated successfully, but these errors were encountered: