UNPKG
hi-link-ui
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
## Project setup ``` npm install ```
hi-link-ui
/
packages
/
component
/
switch
/
index.js
8 lines
(5 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
ElSwitch
from
'./src/switch'
;
ElSwitch
.
install
=
function
(
Vue
){
Vue
.
component
(
ElSwitch
.
name
,
ElSwitch
) }
export
default
ElSwitch
;