update tutorial

This commit is contained in:
dntzhang 2017-04-19 13:18:13 +08:00
parent 20aad06ce8
commit b39b130cba
1 changed files with 8 additions and 2 deletions

View File

@ -215,8 +215,14 @@ Omi.render(new List({
➜ [example](https://alloyteam.github.io/omi/website/redirect.html?type=repeat-ct)
需要特别强调新版omi自定义标签强制必须使用<tag-name></tag-name>,不能使用<tag-name />
需要特别强调新版omi自定义标签强制必须使用
```js
<tag-name></tag-name>
```
错误方式:
```js
<tag-name />
```
## Omi相关