7 lines
100 B
Vue
7 lines
100 B
Vue
|
<template>
|
||
|
<RouterView />
|
||
|
<h1>bunny/my 页面</h1>
|
||
|
</template>
|
||
|
|
||
|
<script setup lang="ts"></script>
|