forked from FoundKeyGang/FoundKey
Fix bug of c3ae6f3a4
This commit is contained in:
parent
c3ae6f3a4a
commit
ab692cfa3d
1 changed files with 1 additions and 3 deletions
|
@ -146,13 +146,11 @@ export class Autocomplete {
|
|||
|
||||
this.opening = false;
|
||||
} else {
|
||||
const MkAutocomplete = await import('@/components/autocomplete.vue');
|
||||
|
||||
const _x = ref(x);
|
||||
const _y = ref(y);
|
||||
const _q = ref(q);
|
||||
|
||||
const { dispose } = popup(MkAutocomplete, {
|
||||
const { dispose } = await popup(import('@/components/autocomplete.vue'), {
|
||||
textarea: this.textarea,
|
||||
close: this.close,
|
||||
type: type,
|
||||
|
|
Loading…
Reference in a new issue