初步架构完成

This commit is contained in:
Phenom
2021-02-03 18:44:10 +08:00
parent 6c7b0d8a07
commit b886f33d9e
11 changed files with 406 additions and 52 deletions
+8
View File
@@ -36,6 +36,14 @@ export const Util = {
zrender.util.merge(origin, dest, true);
},
/**
* 拷贝对象
* @param object
*/
clone(object) {
return zrender.util.clone(object);
},
/**
* 从列表中移除元素
* @param list 移除列表