mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-05 13:36:51 +08:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
import Vue from 'vue'
|
|
import ViewUI from 'view-design'
|
|
|
|
Vue.use(ViewUI)
|
|
|
|
import 'view-design/dist/styles/iview.css'
|