elcarim5efil
elcarim5efil
you might just add some code in the style file. ``` css .tree-view-resizer { ... height: 100% !important; ... } This should fix the problem temporarily. ```
However, I just find out that the latest master version has just fix this problem, you might try updating the package to the latest version on this github.
可以试试用自定组件裹一层,textarea 应该是用 native 组件实现的,dataset 貌似无法动态绑定数据,用小程序自定义组件包一层再弹出来,就可以了。 index.wxml ```html ``` index.js ```javascript Component({ properties: { placeholder: { type: String, value: '' }, placeholderStyle: { type: String, value: '' }, placeholderClass: { type:...
报什么错?引用的时候还需要使用 usingComponents 在 json 里面定义,对应的自定义组件也要输出到 dist 目录下。这个方案我们以及用在线上了。
@ImHype ftl做同步mock data, 不设sourceEncoding就乱码, 设了的话, 普通的.json同步mock data又乱码了...
自定义组件目录 `native` 是可配的吗?
应该是与这个问题相关 #122
可能需要借助一些其他 router 工具,例如 [megalo-router](https://github.com/NextBoy/megalo-router)
的确有问题,但貌似是百度小程序的 bug,在嵌套的 s-for 里不支持计算表达式的值
暂时没有方法绕过,第二层遍历封装成一个组件应该可以