UNPKG

avue-cli

Version:

快速crud构建脚手架

8 lines (6 loc) 193 B
import CrudSwitch from '../crud/src/crud-switch'; /* istanbul ignore next */ CrudSwitch.install = function(Vue) { Vue.component(CrudSwitch.name, CrudSwitch); }; export default CrudSwitch;