1.初始化项目
This commit is contained in:
2023-11-21 14:31:55 +08:00
commit e54c697d7a
23 changed files with 1179 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<script setup lang="ts">
import index from './views/index.vue'
</script>
<template>
<index/>
</template>
<style lang="less" scoped>
</style>