vue移动端常用组件

3d picker组件

参考链接:https://segmentfault.com/a/1190000007253581?utm_source=tag-newest
安装:npm install vue-3d-picker --save

特例1:

手动改变 操作项 的values,此处注意 设置的数组 是需要 基于 vue this下的,直接赋值 数组,不好使。

特例2:

在ios端,像素太好,出现层叠。
解决:
修改源码picker-item.vue文件,setAlpha方法

 

拖拽组件

vue-slicksort

参考链接:

https://segmentfault.com/a/1190000013090341

富文本编辑器

vue-html5-editor

特例1:组件内使用

。。。后续更新

原文地址:https://www.cnblogs.com/fan-zha/p/10782208.html