UNPKG
hiller-ui
Version:
latest (1.0.0)
1.0.0
A personal Vue.js 3.0 UI Toolkit.
github.com/hua-bang/hiller-ui
hua-bang/hiller-ui
hiller-ui
/
packages
/
components
/
icon
/
index.js
7 lines
(5 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Icon
from
"./src/index.vue"
;
Icon
.
install
=
function
(
app
) { app.
component
(
Icon
.
name
,
Icon
); };
export
default
Icon
;