fix(review-meeting): 修复 ESLint self-closing iframe 警告

pull/874/head
Codewoc 2026-04-10 15:46:15 +08:00
parent 916db3cbe7
commit 7cd5a7e64d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
class="preview-iframe"
frameborder="0"
@load="handleIframeLoad"
/>
></iframe>
<el-empty v-else-if="!loading" description="暂无预览内容" />
</div>
</el-dialog>