Kocal / vue-web-extension

🛠️ A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more!
https://vue-web-extension.netlify.app/
MIT License
1.58k stars 167 forks source link

support Vuetify #676

Open elmawardy opened 2 years ago

elmawardy commented 2 years ago

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 commented 2 years ago

// 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)