2025-04-27 17:27:22 +08:00

20 lines
290 B
Vue

<template>
<section>1111111111111</section>
</template>
<script setup>
import { ref } from 'vue';
/* --------------- data --------------- */
// #region
// #endregion
/* --------------- methods --------------- */
// #region
// #endregion
</script>
<style lang="scss" scoped></style>