vue-masonry-css
vue-masonry-css copied to clipboard
No output at all in last Quasar
I tried to use this in last version of Quasar and component doesn't render at all, nothing shows up, not even an error and component is not listed in Vue devtools tree. I used just the example from docs here.
I copied the whole component source into our project and it works now, so I think the problem is in build or plugin registration or smth...
I'm curious as to why this wasn't working for you. Typically you would have errors saying something like vue-masonry wasn't installed if your running Vue in development mode. Was the plugin registered with something like Vue.use(VueMasonry);?
import Vue from 'vue';
import VueMasonry from 'vue-masonry';
Vue.use(VueMasonry);
Same issue. Works fine when copy code into own Component inside Quasar project code tree
Can confirm the same issue in the latest version of Quasar (v1.11.3)