We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e517f0e commit d536f18Copy full SHA for d536f18
apps/playground/pages/blocking.vue
@@ -6,7 +6,6 @@ import '../../../packages/vue-spring-bottom-sheet/dist/style.css'
6
7
const bottomSheet = ref<InstanceType<typeof BottomSheet>>()
8
const open = ref(false)
9
-const maxHeight = ref(0)
10
11
const toggle = () => {
12
open.value = !open.value
0 commit comments