2025-06-12 13:13:08 +08:00

20 lines
267 B
Vue

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