mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-29 13:16:37 +08:00
9 lines
113 B
Vue
9 lines
113 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
|
|
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<style scoped lang="scss"></style>
|