摘要: <script setup lang="ts"> import { useVModel } from '@vueuse/core'; const props = defineProps({ modelValue: { type: Object, default: () => { }, }, }); 阅读全文
posted @ 2024-09-12 17:21 abcByme 阅读(6) 评论(0) 推荐(0) 编辑
摘要: <script setup lang="ts"> import { ref } from 'vue'; import { Modal, message } from 'ant-design-vue'; import { AIRPLANE_MISSION_MODE } from '../enum'; 阅读全文
posted @ 2024-09-12 17:20 abcByme 阅读(6) 评论(0) 推荐(0) 编辑