zhangjie 1 năm trước cách đây
mục cha
commit
2523e403bd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 }
 
 /**