<template> <!-- 河湖生态 --> <div class="RiverAndLakeEcology"> 河湖生态 </div> </template> <script setup name="RiverAndLakeEcology"> import {ref,reactive,onMounted} from "vue" const { proxy } = getCurrentInstance(); onMounted(() => {}); </script> <style lang="scss" scoped> .RiverAndLakeEcology { } </style>