fix(setting): fix bindEvent dialog visible can't work on tinyvue 3.17 (#715)

This commit is contained in:
chilingling 2024-07-28 23:36:18 -07:00 committed by GitHub
parent a383421c38
commit 0d36f2d344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<tiny-dialog-box
v-show="dialogVisible"
:visible="dialogVisible"
title="事件绑定"
width="50%"
:append-to-body="true"