This commit is contained in:
syuilo 2018-10-10 21:23:38 +09:00
parent 40d2e3e97c
commit 1fad3cbaae
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
3 changed files with 57 additions and 15 deletions

View file

@ -170,7 +170,10 @@ export default Vue.extend({
this.$store.state.i.bannerUrl = i.bannerUrl;
if (notify) {
alert('%i18n:@saved%');
this.$swal({
type: 'success',
text: '%i18n:@saved%'
});
}
});
}