UNPKG
wkb-common-ui
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.4
wkb-ui
wkb-common-ui
/
packages
/
icon
/
index.js
11 lines
(7 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
WkIcon
, { register }
from
"./src/main.vue"
;
/* istanbul ignore next */
WkIcon
.
install
=
function
(
Vue
) {
Vue
.
component
(
WkIcon
.
name
,
WkIcon
); };
export
{ register };
export
default
WkIcon
;