Skip to content

Commit

Permalink
Merge pull request #10 from ustczy/react16
Browse files Browse the repository at this point in the history
React16
  • Loading branch information
ustczy committed Jun 22, 2018
2 parents 9a881d4 + 55cdbbc commit 5017ec7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13,186 deletions.
1 change: 1 addition & 0 deletions demo/CollapseDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default class Demo extends Component {
}

handleChange(key, activeKey) {
// eslint-disable-next-line
console.log(key, activeKey);
this.setState({ activeKey });
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div id="UXCoreDemo"></div>
<script src="./node_modules/console-polyfill/index.js"></script>
<script src="./node_modules/babel-polyfill/dist/polyfill.min.js"></script>
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>
<script src="./dist/demo.js"></script>
</body>
Expand Down

0 comments on commit 5017ec7

Please sign in to comment.