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 8033bfe commit 590c671Copy full SHA for 590c671
app/components/Viewer/Options/VisibilitySwitch.vue
@@ -1,12 +1,12 @@
1
<template>
2
- <VRow class="pa-0" align="center">
3
- <VCol cols="auto" justify="center">
4
- <VIcon size="30" icon="mdi-eye" v-tooltip:left="'Visibility'" />
5
- </VCol>
6
7
- <VSwitch v-model="visibility" inset hide-details />
8
9
- </VRow>
+ <v-row class="pa-0" align="center">
+ <v-col cols="auto" justify="center">
+ <v-icon size="30" icon="mdi-eye" v-tooltip:left="'Visibility'" />
+ </v-col>
+ <v-switch v-model="visibility" inset hide-details />
+ </v-row>
10
</template>
11
12
<script setup>
0 commit comments