UNPKG

x-antd-vue

Version:

base on antd 1.7.2

9 lines (8 loc) 194 B
import antDirective from '../_util/antDirective'; var base = {}; var install = function install(Vue) { base.Vue = Vue; Vue.use(antDirective); }; base.install = install; export default base;