Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/docs/src/pages/en/components/app-bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ The `v-app-bar` component is used for application-wide actions and information.

<PromotedEntry />

::: warning
The `v-app-bar` must be used inside a `v-app` component. Without it, you will get an `injection "Symbol(vuetify:layout)" not found` error. See [v-app](/components/application/) for more information.
:::

## API

| Component | Description |
Expand Down
Loading