Open danieldanielecki opened 3 years ago
I could be wrong but you're trying to use vue-image-lightbox
which is not a lingallery.
Try to rework your plugin file and replace its content with the following which is working fine for me
import Vue from 'vue';
import Lingallery from 'lingallery';
Vue.component('lingallery', Lingallery);
Or try to put a question within corresponding repo https://github.com/pexea12/vue-image-lightbox
Would be appreciated to have this plugin working with Nuxt, I've tried the setup below and it doesn't work.
plugins/test.js
nuxt.config.js
component.vue
There's nothing in the
console
and on the page I can simply see an empty page with1/1
as in the screenshot below.