konva-demo/src/views/bunny/my/index.vue

7 lines
100 B
Vue
Raw Normal View History

2024-07-08 08:32:40 +08:00
<template>
<RouterView />
<h1>bunny/my 页面</h1>
</template>
<script setup lang="ts"></script>