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

fix: Can nuxt-ionic be used with @nuxt/content? #22

Open
saschwarz opened this issue Jul 2, 2022 · 1 comment
Open

fix: Can nuxt-ionic be used with @nuxt/content? #22

saschwarz opened this issue Jul 2, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@saschwarz
Copy link

🐛 The bug

I'd like to use @nuxt/content to make JSON data files available for generating pages, but it's routing seems to interfere with nuxt-ionic. I tried to disable nuxt-ionic routing via the nuxt.config.js file so I could use the default nuxt routing but that seems to keep all routing from working(?).

🛠️ To reproduce

https://stackblitz.com/edit/github-j5iats?file=nuxt.config.ts,pages%2Ftabs.vue

🌈 Expected behaviour

It would be great if these packages worked together.

ℹ️ Additional context

No response

@saschwarz saschwarz added the bug Something isn't working label Jul 2, 2022
@Atinux
Copy link
Collaborator

Atinux commented Jul 6, 2022

I would suggest to use the queryContent() composable with the <ContentRenderer> component to see if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants