mpvue-zanui icon indicating copy to clipboard operation
mpvue-zanui copied to clipboard

使用 mpvue 框架重写 zanui。

Results 5 mpvue-zanui issues
Sort by recently updated
recently updated
newest added

版本: "^1.0.3" 在 zan-field 组件加上 disabled, 依然能进行输入, 查看 field的源代码 发现并没有 disabled 或者 onlyread 的props

![image](https://user-images.githubusercontent.com/2981799/40310734-5681d7f0-5d40-11e8-830e-cea8547da8b4.png) ``` // import { Switch as ZanSwitch } from 'mpvue-zanui' import ZanSwitch from 'mpvue-zanui/src/components/zan/switch' export default { components: { ZanSwitch }, ``` 使用 `import { Switch as ZanSwitch }...

`node_modules/mpvue-zanui/src/assets/zanui.wxss` 已经移到了 `node_modules/mpvue-zanui/src/assets/style/zanui.wxss`。踩到了坑。麻烦改下MarkDown