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
6 changes: 6 additions & 0 deletions packages/docs/src/pages/en/components/app-bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ The `v-app-bar` component is pivotal to any graphical user interface (GUI), as i

<PageFeatures />

::: warning

Must be placed within a `v-app` component.

:::

## Usage

The `v-app-bar` component is used for application-wide actions and information.
Expand Down
Loading