SeregPie / VueWordCloud

Generates a cloud out of the words.
https://seregpie.github.io/VueWordCloud/
MIT License
376 stars 59 forks source link

VueWordCloud doesn't load when QSelect is included #40

Closed lovery closed 4 years ago

lovery commented 5 years ago

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.