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.
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.