20 lines
272 B
Vue
Raw Normal View History

2025-05-28 14:26:06 +08:00
<template>
<div>131</div>
</template>
<script setup>
import { ref } from 'vue';
/* --------------- data --------------- */
// #region
// #endregion
/* --------------- methods --------------- */
// #region
// #endregion
</script>
<style lang="scss" scoped></style>