You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: