update 0.15.0
This commit is contained in:
@@ -32,6 +32,8 @@ dooringx-lib 在运行时维护一套数据流,主要分为json数据部分,
|
||||
|
||||
## 文档 | Doc
|
||||
|
||||
当前版本变化较大,请等待文档完善。
|
||||
|
||||
[Read the Docs to Learn More](https://h5-dooring.github.io/dooringx/).
|
||||
|
||||
[阅读文档了解更多信息](https://h5-dooring.github.io/dooringx/).
|
||||
@@ -155,6 +157,4 @@ MIT
|
||||
|
||||
## Todo
|
||||
|
||||
重构弹窗
|
||||
重构事件
|
||||
完善文档
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.14.1",
|
||||
"version": "0.15.0",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/dooringx-lib.esm.js",
|
||||
|
@@ -140,7 +140,7 @@ export class AnimateFactory {
|
||||
// 先判断global的位置
|
||||
const store = config.getStore();
|
||||
let data = store.getData();
|
||||
const copy: IMainStoreData = deepCopy(data);
|
||||
const copy = deepCopy(data);
|
||||
const originGlobal = copy.globalState as IMainStoreData['globalState'];
|
||||
originGlobal.customAnimate = [...this.customAnimateName];
|
||||
store.setData(copy);
|
||||
|
Reference in New Issue
Block a user