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