zhangjie hai 1 ano
pai
achega
2523e403bd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/utils/tool.js

+ 1 - 0
src/utils/tool.js

@@ -416,6 +416,7 @@ export function objAssign(target, sources) {
       target[key] = sources[key];
     }
   }
+  return target;
 }
 
 /**