Skip to content
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

Enable auto import for nuxt2 #112

Closed
1 of 2 tasks
pi0 opened this issue Sep 5, 2021 · 2 comments · Fixed by nuxt/framework#609
Closed
1 of 2 tasks

Enable auto import for nuxt2 #112

pi0 opened this issue Sep 5, 2021 · 2 comments · Fixed by nuxt/framework#609
Assignees
Labels
bridge enhancement New feature or request

Comments

@pi0
Copy link
Member

pi0 commented Sep 5, 2021

We shall import module from `../../nuxt3/src/global-imports/module in bridge module and it will be compiled in bridge bundle but it needs:

  • Backward compatibility for getContents (feat!: migrate to vite 3  #480)
  • A configuration to change default preset and importing from @vuejs/composition-api instead of vue[3] here
@pi0 pi0 added bridge enhancement New feature or request labels Sep 5, 2021
@antfu
Copy link
Member

antfu commented Sep 6, 2021

What's the plan to make this? Do we reuse the code or create another inline plugin for brige?

@pi0
Copy link
Member Author

pi0 commented Sep 6, 2021

@antfu Indeed we can directly use module and plugin implementation in nuxt3 as both are in same monorepo. Once nuxt/nuxt#11807 was resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bridge enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants