Issues with Directus Cms and Nuxt
Also, I am a bit of a beginner at directus and I am using the How to use directus cms with Nuxt, and when I run my project I am getting these erorrs ARN [Vue warn]: Failed to resolve component: UApp
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
at <NuxtRoot>
WARN [nuxt] Your project has layouts but the <NuxtLayout /> component has not been used.
WARN [Vue warn]: Failed to resolve component: UApp
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
at <NuxtRoot>
WARN [Vue warn]: Non-function value encountered for default slot. Prefer function slots for better performance.
at <Anonymous >
at <App>
at <NuxtRoot>
WARN [nuxt] Your project has pages but the <NuxtPage /> component has not been used. You might be using the <RouterView /> component instead, which will not work correctly in Nuxt. You can set pages: false in nuxt.config if you do not wish to use the Nuxt vue-router integration.
WARN [nuxt] Your project has layouts but the <NuxtLayout /> component has not been used.
WARN [Vue warn]: Failed to resolve component: UApp
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
at <NuxtRoot>
WARN [Vue warn]: Non-function value encountered for default slot. Prefer function slots for better performance.
at <Anonymous >
at <App>
at <NuxtRoot>
WARN [Vue warn]: Component <Anonymous> is missing template or render function.
at <Anonymous >
at <App>
at <NuxtRoot>
WARN [nuxt] Your project has pages but the <NuxtPage /> component has not been used. You might be using the <RouterView /> component instead, which will not work correctly in Nuxt. You can set pages: false in nuxt.config if you do not wish to use the Nuxt vue-router integration.
what could I use to fix these errors?
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
at <NuxtRoot>
WARN [nuxt] Your project has layouts but the <NuxtLayout /> component has not been used.
WARN [Vue warn]: Failed to resolve component: UApp
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
at <NuxtRoot>
WARN [Vue warn]: Non-function value encountered for default slot. Prefer function slots for better performance.
at <Anonymous >
at <App>
at <NuxtRoot>
WARN [nuxt] Your project has pages but the <NuxtPage /> component has not been used. You might be using the <RouterView /> component instead, which will not work correctly in Nuxt. You can set pages: false in nuxt.config if you do not wish to use the Nuxt vue-router integration.
WARN [nuxt] Your project has layouts but the <NuxtLayout /> component has not been used.
WARN [Vue warn]: Failed to resolve component: UApp
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
at <NuxtRoot>
WARN [Vue warn]: Non-function value encountered for default slot. Prefer function slots for better performance.
at <Anonymous >
at <App>
at <NuxtRoot>
WARN [Vue warn]: Component <Anonymous> is missing template or render function.
at <Anonymous >
at <App>
at <NuxtRoot>
WARN [nuxt] Your project has pages but the <NuxtPage /> component has not been used. You might be using the <RouterView /> component instead, which will not work correctly in Nuxt. You can set pages: false in nuxt.config if you do not wish to use the Nuxt vue-router integration.
what could I use to fix these errors?
