UNPKG
@afwenming123/vue-easy-tree
Version:
latest (1.0.1)
1.0.1
A Vue.js project
github.com/wchbrad/vue-easy-tree
wchbrad/vue-easy-tree
@afwenming123/vue-easy-tree
/
src
/
components
/
packages
/
checkbox
/
index.js
8 lines
(6 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
ElCheckbox
from
'./src/checkbox'
;
/* istanbul ignore next */
ElCheckbox
.
install
=
function
(
Vue
) {
Vue
.
component
(
ElCheckbox
.
name
,
ElCheckbox
); };
export
default
ElCheckbox
;