smartmeter-app/pages_teacher/teacher_teachers/teacher_speechadd.vue
2023-12-05 16:45:28 +08:00

21 lines
202 B
Vue

<template>
<!-- 不要了 -->
<view class="view_template">
</view>
</template>
<script>
export default {
data() {
return {
}
}
}
</script>
<style lang="scss" scoped>
</style>