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
/
container
/
index.js
9 lines
(6 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Container
from
'./src/index'
/* istanbul ignore next */
Container
.
install
=
function
(
Vue
) {
Vue
.
component
(
Container
.
name
,
Container
) }
export
default
Container