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 a6dea51 commit 934d3aeCopy full SHA for 934d3ae
src/components/EditingScreen.vue
@@ -1,11 +1,5 @@
1
<template>
2
- <v-bottom-sheet
3
- :value="expanded"
4
- no-click-animation
5
- persistent
6
- scrollable
7
- @input="$emit('update:expanded', $event)"
8
- >
+ <v-bottom-sheet :value="expanded" no-click-animation persistent scrollable>
9
<v-card class="EditingScreen">
10
<v-card-title class="EditingScreen-CardElements">
11
<v-container class="EditingScreen-Container">
0 commit comments