[Client] Improve UI

This commit is contained in:
syuilo
2018-11-15 00:01:49 +09:00
parent 90429b787c
commit d063d59a91
4 changed files with 38 additions and 20 deletions

View File

@ -307,8 +307,10 @@ export default Vue.extend({
listId: list.id,
userId: this.user.id
});
// TODO
//this.$root.new(Ok);
this.$root.alert({
type: 'success',
splash: true
});
});
}
}];