UNPKG
@element-plus/icons-vue
Version:
latest (2.3.1)
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.1.4
1.1.3
1.1.1
1.1.0
1.0.1
1.0.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.0
0.2.0-beta.5
0.1.4
0.1.3
0.1.2
Vue components of Element Plus Icons collection.
element-plus.org
element-plus/element-plus-icons
@element-plus/icons-vue
/
dist
/
es
/
_virtual
/
plugin-vue_export-helper.mjs
10 lines
(8 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
_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
};