0👍
I think maybe you forgot to add the component inside components
import isotope from 'vueisotope'
...
export default {
/* /!\ don't forget this /!\ */
components: {
isotope,
}
...
}
- [Vuejs]-Vue2 : Handle change events on X number of dropdowns ?
- [Vuejs]-Vuejs axios get comments to load more
Source:stackexchange.com