UNPKG

@ecip/ecip-web

Version:

A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features

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