Skip to content

Commit 040fda8

Browse files
committed
fix(VAppBar): scrollBehavior type for fully-hide
1 parent 6bdd230 commit 040fda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VAppBar/VAppBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type { PropType } from 'vue'
2020
import type { VToolbarSlots } from '@/components/VToolbar/VToolbar'
2121

2222
export const makeVAppBarProps = propsFactory({
23-
scrollBehavior: String as PropType<'hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image' | (string & {})>,
23+
scrollBehavior: String as PropType<'hide' | 'fully-hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image' | (string & {})>,
2424
modelValue: {
2525
type: Boolean,
2626
default: true,

0 commit comments

Comments
 (0)