fix: 组件设置背景后其它的组件也能看到

This commit is contained in:
wangjiahao 2022-03-29 21:02:08 +08:00
parent cd7054a692
commit ebf25fcd99

View File

@ -179,7 +179,7 @@
:destroy-on-close="true"
:append-to-body="true"
>
<background @backgroundSetClose="backgroundSetClose" />
<background v-if="boardSetVisible" @backgroundSetClose="backgroundSetClose" />
</el-dialog>
</div>
</template>