fix of client
This commit is contained in:
parent
4e139d2aae
commit
30fe632d54
1 changed files with 2 additions and 2 deletions
|
@ -121,9 +121,9 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
more(ev) {
|
||||
os.popup(import('@/components/launch-pad.vue'), {}, {
|
||||
os.popup(import('@/components/launch-pad.vue'), {
|
||||
src: ev.currentTarget ?? ev.target,
|
||||
}, 'closed');
|
||||
}, {}, 'closed');
|
||||
},
|
||||
|
||||
openAccountMenu:(ev) => {
|
||||
|
|
Loading…
Reference in a new issue