[Client] Improve UI
This commit is contained in:
parent
90429b787c
commit
d063d59a91
4 changed files with 38 additions and 20 deletions
|
|
@ -141,11 +141,10 @@ export default (opts: Opts = {}) => ({
|
|||
this.$root.api('notes/favorites/create', {
|
||||
noteId: this.appearNote.id
|
||||
}).then(() => {
|
||||
// TODO
|
||||
/*this.$root.alert({
|
||||
pointer: false,
|
||||
autoClose: true
|
||||
});*/
|
||||
this.$root.alert({
|
||||
type: 'success',
|
||||
splash: true
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue