9 lines
105 B
Vue
9 lines
105 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script setup>
|
|
// App 根组件,仅用于路由
|
|
</script>
|
|
|