This commit is contained in:
wangweidong 2026-04-02 16:04:39 +08:00
parent cae2909023
commit 4d12444a94
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
</template>
<script setup>
import { ref, onMounted, nextTick, getCurrentInstance } from 'vue'
import { ref, onMounted, nextTick, getCurrentInstance,watch } from 'vue'
const props = defineProps({
show: {
type: Boolean,