Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
ant-design-pro
Commits
1ac8b455
Commit
1ac8b455
authored
Nov 22, 2017
by
Jifa Jiang
Committed by
偏右
Nov 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
require -> import (#162)
parent
b3e917c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.js
src/index.js
+2
-1
No files found.
src/index.js
View file @
1ac8b455
...
...
@@ -5,6 +5,7 @@ import './g2';
import
'./rollbar'
;
// import browserHistory from 'history/createBrowserHistory';
import
'./index.less'
;
import
router
from
'./router'
;
// 1. Initialize
const
app
=
dva
({
...
...
@@ -18,7 +19,7 @@ const app = dva({
app
.
model
(
require
(
'./models/global'
));
// 4. Router
app
.
router
(
r
equire
(
'./router'
)
);
app
.
router
(
r
outer
);
// 5. Start
app
.
start
(
'#root'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment