UNPKG
@zhsz/cool-design-dv
Version:
latest (1.0.29)
1.0.29
1.0.28
1.0.26
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.17
@zhsz/cool-design-dv
/
lib
/
utils
/
helper.js
10 lines
(9 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
, {
value
:
"Module"
});
function
install
(
Mod
) {
Mod
.
install
=
(
Vue
) =>
{
return
Vue
.
component
(
Mod
.
name
,
Mod
); };
return
Mod
; }
exports
.
install
= install;