1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

add library ui

This commit is contained in:
Kushagra Gour
2018-05-26 16:10:02 +05:30
parent 89c2f2199b
commit 84f1ceae10
6 changed files with 86 additions and 11 deletions

View File

@@ -284,6 +284,15 @@ export default class ContentWrap extends Component {
this.codeInPreview.css = currentCode.css;
this.codeInPreview.js = currentCode.js;
}
componentWillReceiveProps() {
console.log('compoenntwillrecvprops', this.props.currentItem);
}
componentDidUpdate() {
console.log('componentdidupdate', this.props.currentItem);
}
componentWillUpdate() {
console.log('compoenntwillupdate', this.props.currentItem);
}
render() {
return (