summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-18 21:27:47 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-18 21:27:47 +0900
commit1d50bc3382a419146b7c80c72ad4e675ccba6bc3 (patch)
treeb3ff87fc032adc54e060e6f5d9cb40f454516002 /src/client
parentログビューア実装 (diff)
downloadsharkey-1d50bc3382a419146b7c80c72ad4e675ccba6bc3.tar.gz
sharkey-1d50bc3382a419146b7c80c72ad4e675ccba6bc3.tar.bz2
sharkey-1d50bc3382a419146b7c80c72ad4e675ccba6bc3.zip
Fix bug
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/page.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/page.vue b/src/client/pages/page.vue
index 5d0ca653d4..a7e0f748ed 100644
--- a/src/client/pages/page.vue
+++ b/src/client/pages/page.vue
@@ -102,7 +102,7 @@ export default Vue.extend({
}).then(() => {
this.$root.dialog({
type: 'success',
- splash: true
+ iconOnly: true, autoClose: true
});
});
}