mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
8 lines
112 B
Vue
8 lines
112 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<style scoped lang="scss"></style>
|