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

compatibility with Nuxt Content and Nuxt Studio #165

Closed
vernaillen opened this issue May 16, 2023 · 2 comments
Closed

compatibility with Nuxt Content and Nuxt Studio #165

vernaillen opened this issue May 16, 2023 · 2 comments
Labels
question Further information is requested

Comments

@vernaillen
Copy link

It would be nice to be able to use these components as MarkDown Components (MDC) in Nuxt Content. Are there any plans for that?

Could it be as easy as moving them to a components/content folder?

Copy link
Member

The only way this is possible for now is to put all the components in global:

export default defineNuxtConfig({
  ui: {
    global: true
  }
})

@vernaillen
Copy link
Author

Yes, that seems to work! I can use autocomplete in the Nuxt Studio Editor as well

@benjamincanac benjamincanac added the question Further information is requested label May 17, 2023 — with Volta.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants