wip
This commit is contained in:
parent
80cfa0f95d
commit
0616d29fd5
4 changed files with 21 additions and 8 deletions
|
|
@ -86,7 +86,10 @@ export default Vue.extend({
|
|||
},
|
||||
list() {
|
||||
this.close();
|
||||
(this as any).os.new(MkUserListsWindow);
|
||||
const w = (this as any).os.new(MkUserListsWindow);
|
||||
w.$once('choosen', list => {
|
||||
this.$router.push(`i/lists/${ list.id }`);
|
||||
});
|
||||
},
|
||||
settings() {
|
||||
this.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue