aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
author135e2 <[email protected]>2022-08-09 01:06:11 +0800
committer135e2 <[email protected]>2022-08-09 01:06:11 +0800
commit0db8cfe3ce3d138f31136d1764332592f5b64dca (patch)
tree18d1ecd24aa1bdb39fcdfe7727f966de4f4f8e88 /src/App.vue
parent71587e8ada6256e874c8fad3bc2f3253c0777e8f (diff)
downloadotonashi-0db8cfe3ce3d138f31136d1764332592f5b64dca.tar.gz
otonashi-0db8cfe3ce3d138f31136d1764332592f5b64dca.tar.bz2
otonashi-0db8cfe3ce3d138f31136d1764332592f5b64dca.zip
fix: correct a typo in snackbar button
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index f121977..366aeea 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -43,7 +43,7 @@
{{ snackbarText }}
<template v-slot:actions>
- <v-btn variant="snackbarText" @click="snackbar = false"> Close </v-btn>
+ <v-btn variant="plain" @click="snackbar = false"> Close </v-btn>
</template>
</v-snackbar>
<v-main>