标签: vue.js vuejs2
Vue.directive('outside', { inserted: function (el) { }, bind: function (el) { }, update:function () { } });
创建指令的最佳方法是什么?如何监听在指令中触发的事件