This commit is contained in:
syuilo
2018-04-25 23:08:40 +09:00
parent 80cfa0f95d
commit 0616d29fd5
4 changed files with 21 additions and 8 deletions

View File

@ -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();