Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
2247fc1e
Commit
2247fc1e
authored
Oct 23, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split g2-slider
parent
ca45dd03
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
.roadhogrc
.roadhogrc
+2
-1
package.json
package.json
+0
-1
public/index.html
public/index.html
+1
-0
No files found.
.roadhogrc
View file @
2247fc1e
...
...
@@ -19,7 +19,8 @@
},
"externals": {
"g2": "G2",
"g-cloud": "Cloud"
"g-cloud": "Cloud",
"g2-plugin-slider": "G2.Plugin.slider"
},
"theme": "./src/theme.js"
}
package.json
View file @
2247fc1e
...
...
@@ -16,7 +16,6 @@
"dependencies"
:
{
"
antd
"
:
"
next
"
,
"
dva
"
:
"
^1.2.1
"
,
"
g2-plugin-slider
"
:
"
^1.2.1
"
,
"
lodash
"
:
"
^4.17.4
"
,
"
numeral
"
:
"
^2.0.6
"
,
"
prop-types
"
:
"
^15.5.10
"
,
...
...
public/index.html
View file @
2247fc1e
...
...
@@ -11,6 +11,7 @@
<div
id=
"root"
></div>
<script
src=
"https://gw.alipayobjects.com/as/g/datavis/g2/2.3.12/index.js"
></script>
<script
src=
"https://a.alipayobjects.com/g/datavis/g-cloud/1.0.2/index.js"
></script>
<script
src=
"https://a.alipayobjects.com/g/datavis/g2-plugin-slider/1.2.1/slider.js"
></script>
<script
src=
"index.js"
></script>
</body>
</html>
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