比如uView组件里
inject: ['uGrid'],
...
// 每个grid-item的宽度
width: function width() {
return 100 / Number(this.uGrid.col) + '%';
},
报错如下:
mp.runtime.esm.js?66fd:5632 TypeError: Cannot read property 'col' of undefined
at VueComponent.width (u-grid-item.js:171)
uView很多组件都是这种写法和报错
看下来应该是inject导致的 是头条不支持吗?
Demo已上传 运行到字节跳动小程序会看到报错,希望DCloud官方也能帮忙看一下是不是框架问题,还是组件这种写法不支持