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 0438c08 commit 8906d6aCopy full SHA for 8906d6a
src/components/BottomSheetLayer.vue
@@ -3,6 +3,7 @@
3
v-model="layer"
4
persistent
5
scrollable
6
+ no-click-animation
7
:fullscreen="fullscreen"
8
>
9
<v-card class="Layer">
src/components/EditingScreen.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <v-bottom-sheet v-model="screen" persistent scrollable>
+ <v-bottom-sheet v-model="screen" no-click-animation persistent scrollable>
<v-card class="EditingScreen">
<v-card-title class="EditingScreen-CardElements">
<v-container class="EditingScreen-Container">
src/components/SimpleBottomSheet.vue
@@ -5,6 +5,7 @@
hide-overlay
+ no-click-animationv
10
<v-card class="card">
11
<v-card-title class="card-title" />
0 commit comments