UNPKG
@seemusic/ui-components
Version:
latest (0.0.8-rc.7)
0.0.8-rc.7
0.0.8-rc.6
0.0.8-rc.5
0.0.8-rc.4
0.0.8-rc.3
0.0.8-rc.2
0.0.8-rc.1
0.0.7-rc.2
0.0.7-rc.1
0.0.7-alpha.8
0.0.7-alpha.7
0.0.7-alpha.6
0.0.7-alpha.5
0.0.7-alpha.4
0.0.7-alpha.3
0.0.7-alpha.2
0.0.7-alpha.1
0.0.6-alpha.2
0.0.6-alpha.1
0.0.5
0.0.5-beta.2
0.0.5-beta.1
0.0.4
A Vue 3 UI Library. Uses Composable.
chords-ui.seemusic.xyz
SeeMusic/chords
@seemusic/ui-components
/
lib
/
_virtual
/
_plugin-vue_export-helper.mjs
12 lines
(11 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
_export_sfc
= (
sfc, props
) => {
const
target = sfc.
__vccOpts
|| sfc;
for
(
const
[key, val]
of
props) { target[key] = val; }
return
target; };
export
{ _export_sfc
as
default
};
//# sourceMappingURL=_plugin-vue_export-helper.mjs.map