first commit
This commit is contained in:
8
src/App.vue
Normal file
8
src/App.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// App 根组件,仅用于路由
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user