a few more fixes to os.popup calls
This commit is contained in:
parent
99a0765eaf
commit
c2b825b300
4 changed files with 14 additions and 8 deletions
|
|
@ -143,11 +143,12 @@ async function search() {
|
|||
|
||||
key.value++;
|
||||
|
||||
os.popup(defineAsyncComponent(() => import('@/components/SkSearchResultWindow.vue')), {
|
||||
const { dispose } = os.popup(defineAsyncComponent(() => import('@/components/SkSearchResultWindow.vue')), {
|
||||
noteKey: key.value,
|
||||
notePagination: notePagination.value,
|
||||
}, {
|
||||
}, 'closed');
|
||||
closed: () => dispose(),
|
||||
});
|
||||
}
|
||||
|
||||
defineExpose<WidgetComponentExpose>({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue