Commit 1c29140a authored by 何虹's avatar 何虹 💬

把umy-ui 融入到包里

parent b7a8c756
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
"core-js": "^3.6.4", "core-js": "^3.6.4",
"echarts": "^4.7.0", "echarts": "^4.7.0",
"element-ui": "^2.15.0", "element-ui": "^2.15.0",
"umy-ui": "^1.1.6",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"hs-util-js": "^1.0.33", "hs-util-js": "^1.0.33",
"i": "^0.3.6", "i": "^0.3.6",
......
import ElementUI from 'element-ui' import ElementUI from 'element-ui'
import UmyUi from 'umy-ui'
import 'element-ui/lib/theme-chalk/index.css' import 'element-ui/lib/theme-chalk/index.css'
import 'umy-ui/lib/theme-chalk/index.css'
import hsButton from './hs-button' import hsButton from './hs-button'
import hsButtonGroup from './hs-button-group' import hsButtonGroup from './hs-button-group'
import hsCarousel from './hs-carousel' import hsCarousel from './hs-carousel'
...@@ -51,6 +53,7 @@ import Contextmenu from 'vue-contextmenujs' ...@@ -51,6 +53,7 @@ import Contextmenu from 'vue-contextmenujs'
export default { export default {
install(Vue) { install(Vue) {
Vue.use(ElementUI) Vue.use(ElementUI)
Vue.use(UmyUi)
Vue.use(Contextmenu) Vue.use(Contextmenu)
Vue.use(hsButton) Vue.use(hsButton)
Vue.use(hsButtonGroup) Vue.use(hsButtonGroup)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment