修改登录判断问题
This commit is contained in:
10
.output/server/chunks/build/_plugin-vue_export-helper.mjs
Normal file
10
.output/server/chunks/build/_plugin-vue_export-helper.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
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 _ };
|
||||
//# sourceMappingURL=_plugin-vue_export-helper.mjs.map
|
Reference in New Issue
Block a user