From 67e888da4dee49e0656105871569c822cc1890c1 Mon Sep 17 00:00:00 2001 From: John Leider Date: Tue, 16 Jul 2024 15:52:58 -0500 Subject: [PATCH] docs(VAppBar): add fully-hide to list of available scrollBehavior options --- packages/docs/src/pages/en/components/app-bars.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/docs/src/pages/en/components/app-bars.md b/packages/docs/src/pages/en/components/app-bars.md index f7e37a97bff..b6e6b5fb50f 100644 --- a/packages/docs/src/pages/en/components/app-bars.md +++ b/packages/docs/src/pages/en/components/app-bars.md @@ -90,6 +90,7 @@ The `v-app-bar` component has a variety of props that allow you to customize its Available values: - **hide**: The default slot area will shift up and hide as the user scrolls down. The extension slot remains visible. +- **fully-hide**: The entire app bar will hide as the user scrolls down. - **collapse**: Shrink horizontally to a small bar in one corner. - **elevate**: Add a drop shadow to the app bar when scrolling. Ignores `scroll-threshold`, will always be applied with any amount of scrolling. - **fade-image**: Fade out the image as the user scrolls down.