20 lines
290 B
Vue
Raw Normal View History

2025-04-27 17:27:22 +08:00
<template>
<section>1111111111111</section>
</template>
<script setup>
import { ref } from 'vue';
/* --------------- data --------------- */
// #region
// #endregion
/* --------------- methods --------------- */
// #region
// #endregion
</script>
<style lang="scss" scoped></style>