We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We shall import module from `../../nuxt3/src/global-imports/module in bridge module and it will be compiled in bridge bundle but it needs:
getContents
@vuejs/composition-api
vue
The text was updated successfully, but these errors were encountered:
What's the plan to make this? Do we reuse the code or create another inline plugin for brige?
Sorry, something went wrong.
@antfu Indeed we can directly use module and plugin implementation in nuxt3 as both are in same monorepo. Once nuxt/nuxt#11807 was resolved.
danielroe
Successfully merging a pull request may close this issue.
We shall import module from `../../nuxt3/src/global-imports/module in bridge module and it will be compiled in bridge bundle but it needs:
getContents
(feat!: migrate to vite 3 #480)@vuejs/composition-api
instead ofvue
[3] hereThe text was updated successfully, but these errors were encountered: