wc-view icon indicating copy to clipboard operation
wc-view copied to clipboard

基于 Vue 的移动端图片浏览插件

Results 5 wc-view issues
Sort by recently updated
recently updated
newest added

main.js ` import wcView from 'wc-view' import 'wc-view/style.css' Vue.use(wcView) ` index.js ` export default { data() { return { imgs:[{url: "图片地址"}, {url: "图片地址"}] } } } ` 上面用法没效果

快速拖动的时候会同时触发两个事件, ![image](https://user-images.githubusercontent.com/8510756/35134433-47c762d2-fd11-11e7-8ccd-ba79f818ff9a.png) 导致出现这种效果 ![image](https://user-images.githubusercontent.com/8510756/35134448-55a4ff04-fd11-11e7-9d27-fe81a4de54c7.png)

在ios下不兼容!特别是ios8.3都不显示图片