first commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
//#region \0plugin-vue:export-helper
|
||||
var _plugin_vue_export_helper_default = (sfc, props) => {
|
||||
const target = sfc.__vccOpts || sfc;
|
||||
for (const [key, val] of props) target[key] = val;
|
||||
return target;
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { _plugin_vue_export_helper_default as default };
|
||||
Reference in New Issue
Block a user