From d1d5bcb4a22503fa96b548bf6b7c0bb45b1cce2c Mon Sep 17 00:00:00 2001 From: Dailer Date: Thu, 29 Nov 2018 10:16:39 +0800 Subject: [PATCH] update --- dist/bundle.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/bundle.js b/dist/bundle.js index e752433..c7fe7da 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -274,3 +274,9 @@ }); BI.model("my.model.todolist", ToDoListModel); })(); +!(function () { + BI.createWidget({ + type: "my.todolist", + element: "#wrapper" + }); +})();