-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt module is missing in 3.0.0 #391
Comments
same here. Getting error in the package |
I'll remove it from the docs for now. I don't have time to write a nuxt integration now, haven't figured out how it works for v3 yet. PR welcome for this feature. |
Could we list this as a breaking change in the release notes please for others? Just upgraded and it broke my builds due to this. |
You can create your own plugin:
import { defineNuxtPlugin } from '#app'
import PortalVue from 'portal-vue'
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(PortalVue)
}) |
Nuxt module is still noticed in readme, but missing in package.
The text was updated successfully, but these errors were encountered: