7 lines
141 B
Vue
7 lines
141 B
Vue
<template>
|
|
<div class="custom-page">病虫害监测</div>
|
|
</template>
|
|
<script setup>
|
|
import { ref, computed, watch } from 'vue';
|
|
</script>
|