The Vue integration appears to be missing from the npm package. When trying to import from 'lightgallery/vue', we get the error:
Cannot find module 'lightgallery/vue' or its corresponding type declarations.
Steps to reproduce
Install lightgallery using npm: npm install lightgallery
Try to import Vue component in your code:
import LightGallery from "lightgallery/vue";
import lgThumbnail from "lightgallery/plugins/thumbnail";
import lgZoom from "lightgallery/plugins/zoom";
Build fails with module not found error
Environment
Browser and version - Brave [Version 1.69.168 Chromium: 128.0.6613.138 (Official Build) (arm64)]
OS - MAC OS Sequoia Version 15.0.1
lightGallery version - 2.8.1
Node.js version - 20
Vue version - 3.3.0
Additional context
The Vue integration bundle seems to be missing from the npm package structure, while React integration is present.
Description
The Vue integration appears to be missing from the npm package. When trying to import from 'lightgallery/vue', we get the error:
Cannot find module 'lightgallery/vue' or its corresponding type declarations.
Steps to reproduce
npm install lightgallery
Environment
Browser and version - Brave [Version 1.69.168 Chromium: 128.0.6613.138 (Official Build) (arm64)]
OS - MAC OS Sequoia Version 15.0.1
lightGallery version - 2.8.1
Node.js version - 20
Vue version - 3.3.0
Additional context
The Vue integration bundle seems to be missing from the npm package structure, while React integration is present.