Closed danieleades closed 4 years ago
Quasar does not support Vue 3 yet, so this isn't really an issue with the plugin itself.
Quasar does not support Vue 3 yet, so this isn't really an issue with the plugin itself.
Yep, I figured this out after playing around a bit. Closing.
Describe the bug vue-cli plugin fails to generate a valid project
To Reproduce create a new vue project (
vue create some-app
) withadd quasar (
vue add quasar
)run the app (
yarn serve --open
)a whole bunch of warnings are generated for each quasar component-
"export 'default' (imported as 'Vue') was not found in 'vue'
browser console shows :
Expected behavior page loads
Screenshots If applicable, add screenshots to help explain your problem.
Platform (please complete the following information): OS: ubuntu 20.04 Node: 14.10.0 NPM: NA Yarn: 1.22.5 Browsers: chrome
Additional context may be related to #32, #33