UNPKG
xdesign-vue-next
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
XDesign Component for vue-next
xdesign-vue-next
/
cjs
/
_common
/
js
/
log
/
index.js
17 lines
(10 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** * xdesign v1.0.6 * (c) 2023 xdesign *
@license
MIT
*/
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
var
_common_js_log_log =
require
(
'./log.js'
);
exports
[
"default"
] = _common_js_log_log[
"default"
];
//# sourceMappingURL=index.js.map