This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
xiaoyu
/
icp
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
c1f2e7a758
Branche
Tagy
master
youwang
icp
/
src
/
plugin
/
element.js
element.js
103 B
História
Raw
1
2
3
4
5
6
7
8
import Vue from 'vue'
import {
Dialog,
Button
} from 'element-ui'
Vue.use(Dialog)
Vue.use(Button)