vue實現 移動端touch--點擊、雙指與拖拽指令

前言 用vue作移動端開發過程當中,須要手勢操做。由於vue-touch目前不支持vue2.0,因此本身寫了幾個手勢。html 實現功能 點擊 雙指縮放圖片 移動 指令代碼 myTouch.js >> export default(Vue) => { Vue.directive('touch', { bind: function (el, binding, vnode) {
相關文章
相關標籤/搜索