UNPKG

yongjiu_vue_editor_common

Version:
14 lines (11 loc) 212 B
/** * Created by Liu.Jun on 2020/12/28 12:07. */ import './styles/iview.css'; import iView from 'iview'; export default { install(Vue) { // debugger; Vue.use(iView); } };