20 lines
312 B
Vue
20 lines
312 B
Vue
<template>
|
|
<section class="custom-page">巡查与案件</section>
|
|
</template>
|
|
|
|
<script setup>
|
|
import { ref } from 'vue';
|
|
|
|
/* --------------- data --------------- */
|
|
// #region
|
|
|
|
// #endregion
|
|
|
|
/* --------------- methods --------------- */
|
|
// #region
|
|
|
|
// #endregion
|
|
</script>
|
|
|
|
<style lang="scss" scoped></style>
|