2024-01-14 21:02:11 +08:00

10 lines
149 B
Vue

<template>
<common></common>
</template>
<script setup>
import Common from "@/components/Common";
</script>
<style lang="scss" scoped></style>