VueWordCloud doesn't load when QSelect is included
lovery opened this issue · 0 comments
lovery commented
I have a QuasarCli
app and I'm trying to use VueWordCloud
but it doesn't load when I add QSelect
to the Quasar config file.
I've made a simple project to reproduce the problem: https://github.com/lovery/qselect-with-vuewordcloud
Here are command which have to be executed:
git clone git@github.com:lovery/qselect-with-vuewordcloud.git
cd qselect-with-vuewordcloud
npm install
npm run dev
If you remove QSelect
from quasar.conf.js
the word cloud will show.