8 lines
105 B
Vue
8 lines
105 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script setup>
|
|
// App 根组件,路由视图入口
|
|
</script>
|