tweak client

This commit is contained in:
syuilo
2022-03-27 16:28:25 +09:00
parent 30fe632d54
commit 525b4b6cf4
2 changed files with 4 additions and 1 deletions

View File

@ -103,6 +103,7 @@ export default defineComponent({
more(ev) {
os.popup(import('@/components/launch-pad.vue'), {
src: ev.currentTarget ?? ev.target,
anchor: { x: 'center', y: 'bottom' },
}, {
}, 'closed');
},