This commit is contained in:
2024-02-26 22:07:32 +08:00
parent 76524a16de
commit a974f7dec4
6 changed files with 108 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
<script lang="ts" setup>
import type {PropType} from "vue";
const emit = defineEmits(['click'])
const props = defineProps({
type: {