-
Notifications
You must be signed in to change notification settings - Fork 114
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
Undefined #3
Comments
(Vue v2.1.8) |
Ah.. 😕 I guess it's about the |
I just copied this example from the readme into a At.vue file in my project:
Then implemented in my project with:
|
@jameswragg thanks for your reporting! When I upgraded vue from 2.1.6 to 2.1.8, the bug occurs too. While they said the patch has been included in 2.1.8, we still have the problem 😕 |
I'm getting this too 😢 |
The bug seems persisted in 2.1.10 🤕 |
just need rebuild // It's work.
import At from 'vue-at/src/At.vue' |
@borisding1994 Oh, god, I should rebuild the package to republish?? |
@bukinoshita it's a sad story, let me fix the bug arround.
@borisding1994 what's your exact Vue version when you find it to work? |
I've just published [email protected] with some bug fixes in Backlog(#2), actually it includes a new feature (custom template). And it works fine with me, when vue is 2.1.6. 😥 |
Hi @fritx ! Thanks Xavier |
@fritx work at 2.1.10. May be related to this:
|
“Everything became undefined after updating Vue to 2.1.7” - vue-material#251
@borisding1994 thanks for pointing it out! nice! - "vue-loader": "^10.0.0",
+ "vue-loader": "^10.3.0",
"vue-style-loader": "^1.0.0",
- "vue-template-compiler": "^2.1.0",
+ "vue-template-compiler": "^2.2.4", Published as [email protected], please try it. 😄 |
I'm seeing this issue with the latest version of vue "vue": "2.2.6", |
@seandearnaley oh, I cant reproduce your issue. My steps:
- "vue": "^2.1.0",
- "vue-loader": "^10.3.0",
+ "vue": "^2.2.6",
+ "vue-loader": "^11.3.4", <-- a little difference, never mind
"vue-style-loader": "^1.0.0",
- "vue-template-compiler": "^2.2.4",
+ "vue-template-compiler": "^2.2.6",
-// import At from '../dist'
-import At from './At.vue'
+import At from '../dist'
+// import At from './At.vue' 5 . npm run dev and it works I guess a automatically CI build is necessary in the future though ;) |
Same issue here: "vue": "^2.2.6",
"vue-at": "2.x",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6", Anyone was able to solve the problem? |
Solved. Had to use version 2.0.4 yarn add [email protected] |
Hi, 👍 but seems nothing big changed between 2.0.4 and 2.0.5 (latest). |
I'm having the same issue in v2.0.5. Had to use v2.0.4. |
“Everything became undefined after updating Vue to 2.1.7” - vue-material#251
Trying to implement the example & getting a simple
undefined
as the output in the browser.Inspecting the DOM I can see:
The text was updated successfully, but these errors were encountered: