0.0.4 • Published 4 years ago

@treecrow/directives v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

@treecrow/directives

vue 指令

快速开始

// npm install @treecrow/directives --save

import notself from "@treecrow/directives/notself";
Vue.directive("notself", notself);

指令列表

directivemore
notself绑定事件(过滤被绑定元素本身的触发,只见听子元素冒泡出来的事件)