UNPKG
@gyenno/nutui-taro
Version:
latest (4.0.7)
4.0.7
京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)
github.com/jdf2e/nutui
jdf2e/nutui
@gyenno/nutui-taro
/
dist
/
packages
/
_es
/
_plugin-vue_export-helper-cc2b3d55.js
11 lines
(10 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
_ };