Skip to content

Commit

Permalink
split g2-slider
Browse files Browse the repository at this point in the history
  • Loading branch information
nikogu committed Oct 23, 2017
1 parent ca45dd0 commit 2247fc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .roadhogrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"externals": {
"g2": "G2",
"g-cloud": "Cloud"
"g-cloud": "Cloud",
"g2-plugin-slider": "G2.Plugin.slider"
},
"theme": "./src/theme.js"
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 2247fc1

Please sign in to comment.