index.vue 415 B

1234567891011121314151617
  1. <!--
  2. * @Author: your name
  3. * @Date: 2025-01-10 09:26:12
  4. * @LastEditTime: 2025-01-10 09:26:31
  5. * @LastEditors: bogon
  6. * @Description: In User Settings Edit
  7. * @FilePath: /performance-test/src/views/overview/components/yaw_error_density/index.vue
  8. -->
  9. <template>
  10. <div>动态偏航误差分析</div>
  11. </template>
  12. <script>
  13. export default {
  14. name: "yaw_error_density",
  15. };
  16. </script>
  17. <style scoped lang="scss"></style>