David-Desmaisons / Vue.Isotope

:iphone: Vue component for isotope filter & sort magical layouts
MIT License
345 stars 48 forks source link

How to use vueisotope with Vue single file components #71

Open Feldbot opened 4 years ago

Feldbot commented 4 years ago

Can anyone provide an example of how vueisotope can be set up to work within a Vue single file component architecture? I'm trying to use Vue CLI to scaffold a project, and I can't figure out how to get the basic examples on the docs working with a webpack build. I did see the note about using webpack, but the docs don't seem to go into enough detail to show how to configure (see issue #15). I'm hoping someone can show how to adapt the doc's basic example into a Vue SFC build, maybe on codesandbox.io or similar.

Pisamad commented 3 years ago

Hi, 3 years later, is there an answer for this issue. I've just try to implement basic sample in a vue file, but it seems that the default slot in isotope element is not displayed. Thanks if you could show a basic vue file example.

Pisamad commented 3 years ago

In fact, my question concerns the integration of vueisotope into Vue3. I've just checked that it's working fine with Vue2. I guess it's to early to use Vue3 !