karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

Vuetify Slider breaks #265

Closed Jasperscheper closed 2 years ago

Jasperscheper commented 2 years ago

When using a v-slider in a custom component the first occurance of the component works as expected. The second component has broken sliders.

Link to my git repo: https://github.com/Jasperscheper/vuetify-vue-custom-component-issue

Link to vuetify issue: https://github.com/vuetifyjs/vuetify/issues/15327

Jasperscheper commented 2 years ago

Did anyone face this issue before? It seems that only slider components are breaking (range-slider and slider).

jaspersnelwebcenter commented 2 years ago

Related issue: https://github.com/vuetifyjs/vuetify/issues/6203

karol-f commented 2 years ago

@jaspersnelwebcenter thank you for linking that issue. It seems that it's Vuetify issue then.

jaspersnelwebcenter commented 2 years ago

Yup, it's a Vuetify issue. At first it was not clear. I'll close this issue.