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
/
button
/
index.js
8 lines
(5 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Button
from
"./src/index.vue"
;
Button
.
install
=
function
(
app
) { app.
component
(
Button
.
name
,
Button
); };
export
default
Button
;