uni-app 已找到问题无事了我自己问题
uni-app 已找到问题无事了我自己问题
开发环境 | 版本号 | 项目创建方式 |
---|---|---|
Windows | 21H2 | HBuilderX |
HBuilderX | 2.0.1 |
操作步骤:
import { Component } from "vue-property-decorator";
@Component
export default class TopWindow extends Vue {
}
预期结果:
{
"path": "responsive/topWindow.vue",
"style": {
"height": "70px"
}
}
实际结果:
{
"path": "responsive/topWindow.vue"
}
bug描述:
topWindow这类的宽屏适配使用vue-property-decorator模块进行ts开发,使用@Component会导致pages.json中topWindow->style->height失效