wszhyWx/pages/greenhouseDevice/greenhouseDevice.vue

20 lines
153 B
Vue
Raw Normal View History

2023-09-28 10:07:02 +00:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>