mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-08 06:17:55 +08:00
10 lines
149 B
Vue
10 lines
149 B
Vue
<template>
|
|
<common></common>
|
|
</template>
|
|
|
|
<script setup>
|
|
import Common from "@/components/Common";
|
|
</script>
|
|
|
|
<style lang="scss" scoped></style>
|