vuejs / vue-element

register a custom element with Vue.js.
MIT License
209 stars 219 forks source link

vue-element is deprecate #8

Open davidtorroija opened 8 years ago

davidtorroija commented 8 years ago

Hi, With the vue 0.11 version vue-element is working fine, but when I use the bue 1.0.26 version, the shadow dom is not working, the app fires attached event and also dettached event, also overrides the app's div content see the fiddle below:

https://plnkr.co/edit/eUZLfHIdtWoCdjp67MPb?p=preview

yyx990803 commented 8 years ago

Yes, this library needs to be updated, partly to be compatible with newer versions of Vue and also newer versions of custom element and shadow dom specs. We will look at this after 2.0 launch.