This commit is contained in:
syuilo 2020-02-18 21:27:47 +09:00
parent 4bf3859d22
commit 6d19a552b7

View file

@ -102,7 +102,7 @@ export default Vue.extend({
}).then(() => {
this.$root.dialog({
type: 'success',
splash: true
iconOnly: true, autoClose: true
});
});
}