UNPKG

element-ui-for-gov

Version:

element-ui for gov

9 lines (6 loc) 169 B
import ElEditor from './src/main'; /* istanbul ignore next */ ElEditor.install = function(Vue) { Vue.component(ElEditor.name, ElEditor); }; export default ElEditor;