9 lines
194 B
Java
9 lines
194 B
Java
![]() |
import antDirective from '../_util/antDirective';
|
||
|
var base = {};
|
||
|
var install = function install(Vue) {
|
||
|
base.Vue = Vue;
|
||
|
Vue.use(antDirective);
|
||
|
};
|
||
|
base.install = install;
|
||
|
|
||
|
export default base;
|