7 lines
147 B
Vue
Raw Normal View History

2025-03-14 10:18:26 +01:00
<template>
<div class="custom-page">种养殖基地信息</div>
</template>
<script setup>
import { ref, computed, watch } from 'vue';
</script>