Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

[Bug]: Component <component-name> is missing template or render function #22

Open
rkfiv opened this issue Aug 1, 2023 · 4 comments
Open
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@rkfiv
Copy link

rkfiv commented Aug 1, 2023

Contact Details

[email protected]

What happened?

[Vue warn]: Component VAppBar is missing template or render function.

Version

1.0.2 (Default)

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Additional context

No response

@rkfiv rkfiv added the bug Something isn't working label Aug 1, 2023
@imduchy
Copy link

imduchy commented Aug 1, 2023

I'm seeing the same issue with VAppBar and VNavigationDrawer

@jvhellemondt
Copy link
Contributor

Could you provide a codepen/ codesandbox with your code? Can't really tell what's happening with only the error message

@jvhellemondt jvhellemondt added the invalid This doesn't seem right label Aug 11, 2023
@JeppePepp
Copy link

When trying to use VAppBar

[Vuetify] Could not find injected layout

at Object.setup [as _setup] (C:\GIT\dev\laundrop.lastest.nuxt\node_modules\vuetify\lib\components\VAppBar\VAppBar.mjs:112:31)
at setup (C:\GIT\dev\laundrop.lastest.nuxt\node_modules\vuetify\lib\util\defineComponent.mjs:30:43)
at callWithErrorHandling (C:\GIT\dev\laundrop.lastest.nuxt\node_modules@vue\runtime-core\dist\runtime-core.cjs.js:156:18)
at setupStatefulComponent (C:\GIT\dev\laundrop.lastest.nuxt\node_modules@vue\runtime-core\dist\runtime-core.cjs.js:7190:25)
at setupComponent (C:\GIT\dev\laundrop.lastest.nuxt\node_modules@vue\runtime-core\dist\runtime-core.cjs.js:7151:36)
at renderComponentVNode (C:\GIT\dev\laundrop.lastest.nuxt\node_modules@vue\server-renderer\dist\server-renderer.cjs.js:614:15)
at Module.ssrRenderComponent (C:\GIT\dev\laundrop.lastest.nuxt\node_modules@vue\server-renderer\dist\server-renderer.cjs.js:86:10)
at _sfc_ssrRender (C:\GIT\dev\laundrop.lastest.nuxt\components\AppHeader.js:30:31)
at renderComponentSubTree (C:\GIT\dev\laundrop.lastest.nuxt\node_modules@vue\server-renderer\dist\server-renderer.cjs.js:683:9)

@lokinz
Copy link

lokinz commented Oct 9, 2023

You need to have v-app-bar inside of a v-app.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

5 participants