complete model integration

This commit is contained in:
2025-01-13 19:30:29 +08:00
parent fed52e66f9
commit 9356c00815
66 changed files with 2035 additions and 821 deletions

View File

@@ -5,8 +5,6 @@
</template>
<script setup lang="ts">
import { defineProps } from 'vue';
const props = defineProps<{
src?: string;
defaultSrc: string;