-
Notifications
You must be signed in to change notification settings - Fork 106
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
fragment instance issue #10
Comments
Any update for this? |
bug still here |
@martinhearn Could you please paste the code snippet? I can not reproduce the bug on the demo page. I have already upgrade to Vue.js v1.0.26. |
@Haixing-Hu when I look at the demo available here http://haixing-hu.github.io/vue-html-editor/demo.html I see that you are using |
@Haixing-Hu I've seen that you updated vue.js in the repo, I guess I've been looking at the wrong thing. I still get the problem above though. Here's what I've did:
app.js
index.html
Create index.js
|
@Haixing-Hu 上面提到实例片问题段貌似因为vue版本较新导致? |
@Haixing-Hu
consolevue.common.js?1090:1019[Vue warn]: Attributes "name", ":model.sync" are ignored on component because the component is a fragment instance: http://vuejs.org/guide/components.html#Fragment-Instance |
Have the same issue while using laravel + spark + browserify. Can't use webpack here. working with vue.js 1.0.26 |
Same problem here with current version and webpack. |
the same problem, Vue 1.0.26 |
Same problem with webpack. |
Facing the same issue with Laravel + Spark + Browserify. |
same problem even when I am trying inside vue cli webpack template. |
Is there any answer? I changed all the template: |
Hi, I also have this issue, adding the div in the template does not help, |
The solution by @timfeid with copying the vue-html-editor.js file to your local environment worked for me: "Interesting, for some reason I was able to get this working by just copying vue-html-editor.js to my local. Using require('vue-html-editor') fails, but using require('./vue-html-editor') works without the div there as well." It would be great if this issue could be solved! |
Hi
Trying this component I get the following error:
Attribute ":model.sync" is ignored on component <vue-html-editor> because the component is a fragment instance
I'm using Vue 1.0.26.
What am I doing wrong?
Thanks!
Martin
The text was updated successfully, but these errors were encountered: