This commit is contained in:
syuilo
2018-10-10 21:23:38 +09:00
parent 40d2e3e97c
commit 1fad3cbaae
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%'
});
}
});
}