🎨
This commit is contained in:
parent
40d2e3e97c
commit
1fad3cbaae
3 changed files with 57 additions and 15 deletions
|
|
@ -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%'
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue