-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
使用webpack开发,工具提示找不到Regular实例
主要代码如下:
import App from "./App";
import router from "./router";
import restate from "regular-state";
new App({
data: {username: "leeluolee"}
}).$inject('#app');
restate()
.state(router.routes) //完成路由节点注册
.start({ html5: true ,view: document.getElementById('app')}); // 启动路由
```Metadata
Metadata
Assignees
Labels
No labels