From 353f02daa3aaec26e5bcaa3f06ce2ff5b60d4a51 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 27 Jul 2021 00:14:22 +0800 Subject: [PATCH] add --- examples/dev.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/dev.html b/examples/dev.html index b882d0876..2f9a55f7b 100644 --- a/examples/dev.html +++ b/examples/dev.html @@ -17,11 +17,14 @@ }); BI.module("my.module", { + // version不设置的话默认就用接口的version作为判断条件 + version: "1.0", components: { "demo.parent": "1.0" } }) + // 主线代码里加这个 BI.config("bi.provider.system", function (provider) { provider.addDependencies({ "my.module": {