UNPKG
ijijin-view
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
vuejs UI components, from ijijin.
github.com/MichealWayne/ijijin-view
MichealWayne/ijijin-view
ijijin-view
/
vue
/
IconMin
/
index.js
9 lines
(7 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* * Icon * 图标 */
import
Icon
from
'./Icon.vue'
import
install
from
'../utils/install'
export
default
install
(
Icon
);