import { Component } from "vue-property-decorator";
@Component
export default class TopWindow extends Vue {
}
</script> ``
- 发布:2022-05-24 23:13
- 更新:2022-05-24 23:13
- 阅读:268
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 21H2
HBuilderX类型: 正式
HBuilderX版本号: 2.0.1
浏览器平台: Chrome
浏览器版本: 全部
项目创建方式: HBuilderX
操作步骤:
预期结果:
"path": "responsive/topWindow.vue",
"style": {
"height": "70px"
}
} ```
"path": "responsive/topWindow.vue",
"style": {
"height": "70px"
}
} ```
实际结果:
"path": "responsive/topWindow.vue"
} ```
"path": "responsive/topWindow.vue"
} ```
bug描述:
topWindow这类的宽屏适配使用vue-property-decorator模块进行ts开发,使用@Component会导致pages.json中topWindow->style->height失效
0 个回复