Josef Jelínek

Results 4 comments of Josef Jelínek

Hello, I've managed to extract the `defaultScale` const from here https://github.com/XiongAmao/vue-easy-lightbox/blob/edad9c4af90e03ce035806694b3679f3d45d52bb/src/vue-easy-lightbox.tsx#L250 into a prop and that seems to work well enough, I've submitted a PR: https://github.com/XiongAmao/vue-easy-lightbox/pull/103

I've created a PR with a fix for nuxt3, see https://github.com/fawmi/vue-google-maps/pull/116

I've published the composable in a standalone package: [vue-use-hover-intent](https://www.npmjs.com/package/vue-use-hover-intent).

Problem might be in the deprecated `addAutoImportDir` function used in the nuxt module, it should be replaced with `addImportsDir`. Also the `publicRuntimeConfig` option used in the module is no longer...