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

Problem using Vuetify v-autocomplete in custom element #185

Closed enf644 closed 4 years ago

enf644 commented 4 years ago

Good day. I am having a problem using vue-custom-element with some vuetify.js components. Most of the components are working fine. But I cant use v-autocoplete.

Here is sandbox - https://codesandbox.io/s/vue-template-2jlc7?fontsize=14

The problem is with internalization. I get an error - "Cannot read property 't' of undefined" I believe this row of VSelect.ts is causing this error - this.$vuetify.lang.t(this.noDataText)

I don't know how to deal with this error. I could really use some help here. Thanks!

enf644 commented 4 years ago

This issue is too general. I will create more specific issue.

karol-f commented 4 years ago

Thank You!