UNPKG
hw-vue-components-test
Version:
latest (0.1.1)
0.1.1
0.1.0
hw vue components
hw-vue-components-test
/
packages
/
button
/
index.js
7 lines
(5 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
HwButton
from
'./src'
HwButton
.
install
=
function
(
Vue
) {
Vue
.
component
(
HwButton
.
name
,
HwButton
); };
export
default
HwButton