您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

OverallDimensions.vue 168B

1234567891011121314151617181920
  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. name:"OverallDimensions",
  8. data() {
  9. return {
  10. };
  11. }
  12. }
  13. </script>
  14. <style>
  15. </style>