UNPKG

@moyi.rk/template-vue-element-admin

Version:

vue2 element admin template

15 lines (10 loc) 288 B
import adaptive from './adaptive' const install = function(Vue) { Vue.directive('el-height-adaptive-table', adaptive) } if (window.Vue) { window['el-height-adaptive-table'] = adaptive Vue.use(install); // eslint-disable-line } adaptive.install = install export default adaptive