gh-pages 调整
This commit is contained in:
parent
2972ef81ac
commit
2ec112fed4
|
@ -18,7 +18,8 @@ export default function(schema) {
|
|||
};
|
||||
}
|
||||
|
||||
return class extends React.Component {
|
||||
|
||||
return withRouter(class extends React.Component {
|
||||
static displayName = 'SchemaRenderer';
|
||||
state = {open: false};
|
||||
toggleCode = () => this.setState({
|
||||
|
@ -173,5 +174,5 @@ export default function(schema) {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -106,5 +106,5 @@
|
|||
}
|
||||
},
|
||||
"min_indexed_level": 0,
|
||||
"nb_hits": 1130
|
||||
"nb_hits": 1174
|
||||
}
|
Loading…
Reference in New Issue