mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-08 06:17:55 +08:00
7 lines
115 B
Vue
7 lines
115 B
Vue
<template>
|
|
<router-view></router-view>
|
|
</template>
|
|
|
|
<script setup></script>
|
|
<style lang="scss" scoped></style>
|