mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 06:49:37 +00:00
refactor
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<KeepAlive>
|
||||
<component
|
||||
v-if="
|
||||
webviewStore.activeWebviewId && webviewStore.activeWebview.keepAlive
|
||||
webviewStore.hasActiveWebview && webviewStore.activeWebview.keepAlive
|
||||
"
|
||||
:is="webviewStore.activeWebview.component"
|
||||
:key="webviewStore.activeWebviewId"
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<component
|
||||
v-if="
|
||||
webviewStore.activeWebviewId && !webviewStore.activeWebview.keepAlive
|
||||
webviewStore.hasActiveWebview && !webviewStore.activeWebview.keepAlive
|
||||
"
|
||||
:is="webviewStore.activeWebview.component"
|
||||
:key="webviewStore.activeWebviewId"
|
||||
|
||||
Reference in New Issue
Block a user