修复demo和编译/运行警告问题

This commit is contained in:
qiuchengw
2025-09-25 10:06:21 +08:00
parent f8d6dc6304
commit b83e643060
6 changed files with 205 additions and 96 deletions
-1
View File
@@ -1,5 +1,4 @@
<script setup lang="ts">
import { defineProps, defineEmits } from 'vue'
import '../styles/app.css'
const props = defineProps({
visible: Boolean,