UNPKG
song-ui-u
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.1.19
1.1.18
1.1.17
1.1.16
1.1.15
1.1.12
1.1.10
1.1.9
1.1.8
1.1.7
1.0.3
vue3 + js的PC前端组件库
song-ui-u
/
lib
/
_virtual
/
_plugin-vue_export-helper.cjs
13 lines
(10 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
var
_export_sfc
= (
sfc, props
) => {
const
target = sfc.
__vccOpts
|| sfc;
for
(
const
[key, val]
of
props) { target[key] = val; }
return
target; };
module
.
exports
= _export_sfc;
//# sourceMappingURL=_plugin-vue_export-helper.cjs.map