This commit is contained in:
gyq
2024-02-29 09:24:39 +08:00
parent fcf14d27fe
commit 1aa33cab00
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
</template>
<script setup>
import { ref, defineExpose, defineEmits } from 'vue';
import { ref } from 'vue';
const dialogVisible = ref(false)
const number = ref('')