UNPKG
lh-chs-ui
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
A Component Library for Vue.js.
lh-chs-ui
/
packages
/
select
/
index.js
9 lines
(6 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Select
from
'./src/index'
/* istanbul ignore next */
Select
.
install
=
function
(
Vue
) {
Vue
.
component
(
Select
.
name
,
Select
) }
export
default
Select