-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Error on Meteor 1.8.2-beta.4 #364
Comments
also see meteor/meteor#10522 |
Any chance you could put together a small runnable Vue+Meteor app that reproduces the problem? If it's hard to reproduce outside of your app, I understand, but hopefully the problem will be obvious and the reproduction will be easy. Thanks in advance! |
Except for the addition of the pug, coffeescript and sass packages this is a minimum setup for a meteor-vue app with just one component: https://github.com/JanMP/meteor-vue-setup |
@benjamn Is that repo helpful? |
Hi, |
Same error on 1.8.2.
should be
I don't know why this change is needed for 1.8.2. Hope it helps. |
same |
I have the same problem, howto use the code fix on my meteor/vue project? |
imho you have 2 options:
Move your components in imports folder (https://github.com/meteor-vue/vue-meteor/tree/master/packages/vue-component#automatic-components-registration) and auto import them yourself (https://vuejs.org/v2/guide/components-registration.html#Automatic-Global-Registration-of-Base-Components)
|
@jbl2024 thanks -i will look at it. |
Still saving this question. |
In an App that works fine with Meteor 1.8.1 I get this error after updating to 1.8.2-beta.4:
The text was updated successfully, but these errors were encountered: