longPress

vue长按事件指令(v-longPress)

import type { Directive, App } from 'vue'; const longPress: Directive = { beforeMount: function (el, binding, vnode, prevVnode) { if (typeof binding.v ......
指令 v-longPress longPress 事件 vue
共1篇  :1/1页 首页上一页1下一页尾页