When i try to use v-navigation-drawer it shows me this error on my nuxt project

Forums How to solve When i try to use v-navigation-drawer it shows me this error on my nuxt project

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #122279
    Acenollari
    Participant

    layout.mjs?v=e7451d88:38 Uncaught (in promise) Error: [Vuetify] Could not find injected layout
    at useLayoutItem (layout.mjs?v=e7451d88:38:22)
    at Object.setup [as _setup] (VAppBar.mjs?v=e7451d88:100:9)
    at setup (defineComponent.mjs?v=e7451d88:28:43)
    at callWithErrorHandling (runtime-core.esm-bundler.js?v=e7451d88:197:19)
    at setupStatefulComponent (runtime-core.esm-bundler.js?v=e7451d88:7923:25)
    at setupComponent (runtime-core.esm-bundler.js?v=e7451d88:7884:36)
    at mountComponent (runtime-core.esm-bundler.js?v=e7451d88:5240:7)
    at processComponent (runtime-core.esm-bundler.js?v=e7451d88:5206:9)
    at patch (runtime-core.esm-bundler.js?v=e7451d88:4722:11)
    at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js?v=e7451d88:5430:9)

    #122280
    Acenollari
    Participant

    Make sure to use this structure in app.vue
    <template>
    <v-app>
    <!– Your content here –>
    </v-app>
    </template>

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.