We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdd230 commit 040fda8Copy full SHA for 040fda8
packages/vuetify/src/components/VAppBar/VAppBar.tsx
@@ -20,7 +20,7 @@ import type { PropType } from 'vue'
20
import type { VToolbarSlots } from '@/components/VToolbar/VToolbar'
21
22
export const makeVAppBarProps = propsFactory({
23
- scrollBehavior: String as PropType<'hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image' | (string & {})>,
+ scrollBehavior: String as PropType<'hide' | 'fully-hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image' | (string & {})>,
24
modelValue: {
25
type: Boolean,
26
default: true,
0 commit comments