Skip to content

Commit d536f18

Browse files
committed
fix: #33;
chore: cleanup playground;
1 parent e517f0e commit d536f18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/playground/pages/blocking.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import '../../../packages/vue-spring-bottom-sheet/dist/style.css'
66
77
const bottomSheet = ref<InstanceType<typeof BottomSheet>>()
88
const open = ref(false)
9-
const maxHeight = ref(0)
109
1110
const toggle = () => {
1211
open.value = !open.value

0 commit comments

Comments
 (0)