오류 해결

[Vue warn]: Failed to resolve component: v-for If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

송채채 2023. 5. 22. 11:39

https://stackoverflow.com/questions/75770846/nuxt-3-and-vuetify-3-failed-to-resolve-component

https://codybontecou.com/how-to-use-vuetify-with-nuxt-3.html

 

Nuxt 3 and Vuetify 3: Failed to resolve component: *

I wanted to look at Nuxt 3 with Vuetify 3 and unfortunately I get the following error message during setup: [Vue warn]: Failed to resolve component: v-btn ...

stackoverflow.com

내 경우 문제는 v-for를 중첩해서 쓴거였음..

코드를 잘 보자!!

반응형