mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Make search box in modal (#109)
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<Dialog v-model:visible="visible" pt:root:class="invisible-dialog-root">
|
<Dialog
|
||||||
|
v-model:visible="visible"
|
||||||
|
pt:root:class="invisible-dialog-root"
|
||||||
|
dismissable-mask
|
||||||
|
modal
|
||||||
|
>
|
||||||
<template #container>
|
<template #container>
|
||||||
<NodeSearchBox
|
<NodeSearchBox
|
||||||
:filters="nodeFilters"
|
:filters="nodeFilters"
|
||||||
|
|||||||
Reference in New Issue
Block a user