init
1.初始化项目
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import index from './views/index.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<index/>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user