UNPKG

x-antd-vue

Version:

base on antd 1.7.2

10 lines (9 loc) 179 B
export function antDecorator(Vue) { return Vue.directive('decorator', {}); } export default { // just for tag install: function install(Vue) { antDecorator(Vue); } };