浏览代码

DictCache

yvan 2 年之前
父节点
当前提交
33ee86d92c
共有 3 个文件被更改,包括 18020 次插入18008 次删除
  1. 1 4
      dist/Scope.d.ts
  2. 18018 18003
      dist/yvan-ext.js
  3. 1 1
      dist/yvan-ext.js.map

+ 1 - 4
dist/Scope.d.ts

@@ -108,10 +108,7 @@ export declare class Scope {
      */
     get refs(): any;
     _destroy(): void;
-    constructor({ model, vjson }: {
-        model: any;
-        vjson: any;
-    });
+    constructor(args: any);
     /**
      * 私有渲染完成后的回调
      */

文件差异内容过多而无法显示
+ 18018 - 18003
dist/yvan-ext.js


文件差异内容过多而无法显示
+ 1 - 1
dist/yvan-ext.js.map