mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
在PluginDataDialog组件中添加show_switch属性的绑定
This commit is contained in:
@@ -151,6 +151,7 @@ onMounted(() => {
|
|||||||
<component
|
<component
|
||||||
:is="dynamicComponent"
|
:is="dynamicComponent"
|
||||||
:api="api"
|
:api="api"
|
||||||
|
:show_switch="show_switch"
|
||||||
@action="handleAction"
|
@action="handleAction"
|
||||||
@switch="emit('switch')"
|
@switch="emit('switch')"
|
||||||
@close="emit('close')"
|
@close="emit('close')"
|
||||||
|
|||||||
Reference in New Issue
Block a user