update tutorial
This commit is contained in:
parent
20aad06ce8
commit
b39b130cba
|
@ -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相关
|
||||
|
||||
|
|
Loading…
Reference in New Issue