QYF-GitLab1
21 小时以前 d2adbd69bf063be99890ae2f828e41bd67efc96c
1
2
3
4
5
6
7
8
9
10
11
12
13
<script setup>
import { RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>
 
<style scoped>
#app {
  width: 100%;
}
</style>