qiyunfeng-create
4 天以前 f2433a2fb08c167b45a9fc26f2fa178a76ab807b
src/App.vue
New file
@@ -0,0 +1,13 @@
<script setup>
import { RouterView } from 'vue-router'
</script>
<template>
  <RouterView />
</template>
<style scoped>
#app {
  width: 100%;
}
</style>