Skip to content
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

support Vuetify #676

Open
elmawardy opened this issue Oct 23, 2021 · 1 comment
Open

support Vuetify #676

elmawardy opened this issue Oct 23, 2021 · 1 comment

Comments

@elmawardy
Copy link

elmawardy commented Oct 23, 2021

Is your feature request related to a problem? Please describe.

I tried to use vuetify and after creating a simple text-field it didn't show up in the popup and I noticed an error in the console of the popup says "Cannot read property 'rtl' of undefined". after some troubleshooting it seems like the $vuetify global variable is not passed to the plugin.

@liumenggit
Copy link

// popup main.js

// import Vuetify from 'vuetify'
// import 'vuetify/dist/vuetify.min.css'
// Vue.use(Vuetify)

// import ElementUI from 'element-ui'
// import 'element-ui/lib/theme-chalk/index.css'
// Vue.use(ElementUI)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants