20 lines
299 B
Vue
Raw Normal View History

2025-02-25 17:30:50 +08:00
<template>
<section>土地巡查</section>
</template>
<script lang="ts" setup>
import { ref } from 'vue';
/* --------------- data --------------- */
// #region
// #endregion
/* --------------- methods --------------- */
// #region
// #endregion
</script>
<style lang="scss" scoped></style>