Update README.md
This commit is contained in:
parent
0d5dbbc637
commit
f79087af62
|
@ -208,7 +208,7 @@ You can use `this.$store` in all components to access the data or data logic.
|
|||
|-------------------------------|--------------------------------------------------|
|
||||
| `componentWillMount / install` | before the component gets mounted to the DOM |
|
||||
| `componentDidMount / installed` | after the component gets mounted to the DOM |
|
||||
| `componentWillUnmount /uninstall` | prior to removal from the DOM |
|
||||
| `componentWillUnmount / uninstall` | prior to removal from the DOM |
|
||||
| `componentWillReceiveProps` | before new props get accepted |
|
||||
| `shouldComponentUpdate` | before `render()`. Return `false` to skip render |
|
||||
| `componentWillUpdate / beforeUpdate` | before `render()` |
|
||||
|
|
Loading…
Reference in New Issue