Update JS shit

This commit is contained in:
Lucas BEE 2018-08-14 23:40:51 +08:00
parent 4bd2057d12
commit 866d3f08d6
3 changed files with 1140 additions and 521 deletions

View File

@ -7,8 +7,8 @@ export default function Loader() {
<div className="col-md-6 col-md-offset-3"> <div className="col-md-6 col-md-offset-3">
<Loading <Loading
type="bars" type="bars"
height="100%" height={100}
width="100%" width={100}
color="#EBEBEB" color="#EBEBEB"
/> />
</div> </div>

View File

@ -24,6 +24,7 @@
"react-bootstrap-toggle": "^2.2.6", "react-bootstrap-toggle": "^2.2.6",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
"react-infinite-scroller": "^1.0.4", "react-infinite-scroller": "^1.0.4",
"react-key-handler": "^1.0.1",
"react-loading": "^1.0.3", "react-loading": "^1.0.3",
"react-redux": "^5.0.6", "react-redux": "^5.0.6",
"react-router": "^3.2.0", "react-router": "^3.2.0",

1656
yarn.lock

File diff suppressed because it is too large Load Diff