fix mis alphabelt

This commit is contained in:
LeeHyungGeun 2018-11-01 21:35:10 +11:00
parent 0c8af514a4
commit 012dfcc118
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Omi Life cycle of custome element is as following:
| `afterUpdate` | after update |
| `beforeRender` | before `render()` |
How to ensure that Omi's life cycle is performed normally in JSCore. Through Omi WeElement, it can be known.
How to ensure that Omi's life cycle is performed normally in JSCore. Through Omi WeElement, it can be known:
```js
connectedCallback() {