diff options
author | 135e2 <[email protected]> | 2022-08-09 01:06:11 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-08-09 01:06:11 +0800 |
commit | 0db8cfe3ce3d138f31136d1764332592f5b64dca (patch) | |
tree | 18d1ecd24aa1bdb39fcdfe7727f966de4f4f8e88 /src/App.vue | |
parent | 71587e8ada6256e874c8fad3bc2f3253c0777e8f (diff) | |
download | otonashi-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.vue | 2 |
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> |