UNPKG

@liuteng666/template-admin

Version:

以vue为基础搭建的后台管理项目模板

14 lines (10 loc) 300 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