标签:hat pre dir OLE rect rgb method 传参 ons
<div v-mydirect:fn="item"></div> Vue.directive(‘mydirect‘, { bind (el, binding,vnode) { let that = vnode.context that[binding.arg](binding.value) } })
methods:{
fn(item){
console.log(item)
}
}
标签:hat pre dir OLE rect rgb method 传参 ons
原文地址:https://www.cnblogs.com/wang-xx/p/14866949.html