Ali Seivani
Ali Seivani
@cyp3rius relation: "api::post.post:1" is also different in Docs. Docs: relation: "api::page.page:1" Working: relation: "api::post.post:1"
This problem still exist. "nuxt": "^3.7.4" @vue/[email protected]
Nuxt content is not compatible with i18n module at the moment. I've spent a good amount of time building my blog and adding articles before going live. Everything works in...
> > Nuxt content is not compatible with i18n module at the moment. > > I've spent a good amount of time building my blog and adding articles before going...
I have this problem too. Following ``` const { data } = await useAsyncData(slug, () => queryContent(slug).findOne()); ``` works in Dev but not in Prod. Seems like it takes a...
It is absolutely necessary to close the browser in case of auth redirections or they will not work within the web view. In case of Google auth, Cordova InAppBrowser is...
> did you solve this? I gave up Plyr. Using html5 now.
Same problem here. useQuery composable does not work. It says @vue/apollo-composable is missing. Documentation does not say we need to install @vue/apollo-composable and even trying it had a dependency conflict...
Same problem here. It removes "dropdown-menu" class form nested ul. Could you find a solution? Thank you!
Thank you Ataurr. It works! But now it works only for 2 levels. Did you have the same issue with?