vue-final / vue-final-modal

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
https://vue-final-modal.org
MIT License
862 stars 95 forks source link

Dependency Issue: @vue-final-modal/nuxt Requires Separate Installation of vue-final-modal Unlike Other Nuxt Modules #439

Open ziyoonee opened 3 months ago

ziyoonee commented 3 months ago

Version

@vue-final-modal/nuxt : v1.0.3

What is Expected?

After installing @vue-final-modal/nuxt, I expect to use vue-final-modal without explicitly installing the vue-final-modal package itself. Other Nuxt modules usually work directly after their own installation without needing the base library to be installed separately.

What is actually happening?

Despite installing @vue-final-modal/nuxt, the vue-final-modal components and features are not available, leading to module not found errors. It appears that vue-final-modal must be installed separately for the features to work, which is unlike the behavior of other Nuxt modules where the base library is not required to be installed separately.