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