UNPKG
ux-react
Version:
latest (0.0.1)
0.0.1
Mobile web UI based on Vue and WeUI
github.com/airyland/vux
airyland/vux
ux-react
/
packages
/
button
/
index.js
8 lines
(5 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Button
from
'./src/button'
;
import
'./style/button.css'
;
/* istanbul ignore next */
// Vue.component(Button2.name, Button);
export
default
Button
;