mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-02 07:06: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>
|