mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-29 21:26:36 +08:00
10 lines
114 B
Vue
10 lines
114 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<style scoped lang="scss"></style>
|