forked from vuejs/vue-element
-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
Hallo Karol,
i've come across the following issue when using vue-mixins with custom elmenents:
Steps to Reproduce:
- Create a component, register it as a custom element and add a prop via vue-mixin
-> The default of the prop is displayed properly - Change the prop by assigning a different value (as attribute or via js)
-> The prop is not being updated
When taking a look in the debugger i discovered that the
__vue_custom_element__.$options.props
are only showing the component's own props