UNPKG

@oiij/naive-ui

Version:

Some Composable Functions And Components for Vue 3

9 lines (8 loc) 251 B
//#region \0/plugin-vue/export-helper var export_helper_default = (sfc, props) => { const target = sfc.__vccOpts || sfc; for (const [key, val] of props) target[key] = val; return target; }; //#endregion export { export_helper_default as default };