gh-pages 调整

This commit is contained in:
liaoxuezhi 2019-06-05 09:42:37 +08:00
parent 2972ef81ac
commit 2ec112fed4
2 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,8 @@ export default function(schema) {
}; };
} }
return class extends React.Component {
return withRouter(class extends React.Component {
static displayName = 'SchemaRenderer'; static displayName = 'SchemaRenderer';
state = {open: false}; state = {open: false};
toggleCode = () => this.setState({ toggleCode = () => this.setState({
@ -173,5 +174,5 @@ export default function(schema) {
</div> </div>
); );
} }
} });
} }

View File

@ -106,5 +106,5 @@
} }
}, },
"min_indexed_level": 0, "min_indexed_level": 0,
"nb_hits": 1130 "nb_hits": 1174
} }