feat(client): make possible to switch account instantly in post form

This commit is contained in:
syuilo
2022-01-21 20:17:31 +09:00
parent b388b78892
commit 331afcb96a
8 changed files with 119 additions and 40 deletions

View File

@ -125,7 +125,11 @@ export default defineComponent({
}, 'closed');
},
openAccountMenu,
openAccountMenu:(ev) => {
openAccountMenu({
withExtraOperation: true,
}, ev);
},
}
});
</script>