vue-masonry-css icon indicating copy to clipboard operation
vue-masonry-css copied to clipboard

No output at all in last Quasar

Open panstromek opened this issue 7 years ago • 4 comments

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.

panstromek avatar Apr 30 '18 16:04 panstromek

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...

panstromek avatar May 01 '18 09:05 panstromek

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

paulcollett avatar Jun 04 '18 05:06 paulcollett

Same issue. Works fine when copy code into own Component inside Quasar project code tree

MWStudio4 avatar Sep 15 '18 06:09 MWStudio4

Can confirm the same issue in the latest version of Quasar (v1.11.3)

Mansehej avatar May 27 '20 18:05 Mansehej