import { ToDoList } from "./modules/main"; // 将todolist组件挂载到#wrapper上. BI.createWidget({ type: ToDoList.xtype, element: "#wrapper" });