vue-pannellum
vue-pannellum copied to clipboard
Vue wrap of the brilliant panorama viewer Pannellum
It left an error message with `Uncaught SyntaxError: The requested module '/node_modules/lodash.debounce/index.js?v=120bf960' does not provide an export named 'default' (at vue-pannellum.vue:20:8)`
Hi, Is this package/repo being actively maintained by creater/community on GH/npm? I do not see much activity on both platforms in recent times. This is quite useful package and can...
This solve error: (lodash.debounce does not provide an export named 'default') for vue-pannellum Add this in vite.config.js: export default defineConfig({ ... optimizeDeps: { include: ['lodash.debounce'] }, ... })
I use tour mode
Changing the list of hotspots in the array it does not reflect changes on **pannellum**. Is there any way to add, remove or reload the hotspot list dynamically? Thank you.
I use vue-pannellum with dynamic changing sources. Unfortunately the default slot content disappears after loading the changed source. You can see the wrong behaviour here: [panoram.at](https://panoram.at/#/)