1234567891011121314151617 |
- <!--
- * @Author: your name
- * @Date: 2025-01-10 09:11:23
- * @LastEditTime: 2025-01-10 09:13:17
- * @LastEditors: bogon
- * @Description: In User Settings Edit
- * @FilePath: /performance-test/src/views/overview/components/wind_spee/index.vue
- -->
- <template>
- <div>风速均值分析</div>
- </template>
- <script>
- export default {
- name: "windSpee",
- };
- </script>
- <style scoped lang="scss"></style>
|