mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 16:56:35 +08:00
11 lines
92 B
Vue
11 lines
92 B
Vue
|
|
<script setup>
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<RouterView />
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<style scoped>
|
||
|
|
|
||
|
|
</style>
|