update readme

This commit is contained in:
张磊 2018-11-26 11:28:13 +08:00
parent 0205d0b864
commit 4660e0fc4d
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[English](./README.md) | 简体中文 | [한국어](./README.KR.md)
<p align="right">v<strong>5.0.1</strong></p>
<p align="right">v<strong>5.0.2</strong></p>
<p align="center"><img src="./assets/omi-logo.svg" alt="omi" width="300"/></p>
<h2 align="center">Omi - 下一代 Web 框架,去万物糟粕,合精华为一</h2>
<p align="center"><b>让 JSX, Web Components, Proxy, Store, Path Updating 在一起</b></p>

View File

@ -1,6 +1,6 @@
[English](./README.md) | [简体中文](./README.CN.md) | 한국어
<p align="right">v<strong>5.0.1</strong></p>
<p align="right">v<strong>5.0.2</strong></p>
<p align="center"><img src="./assets/omi-logo.svg" alt="omi" width="300"/></p>
<h2 align="center">Omi: 4kb 자바스크립트 차세대 웹 프레임워크</h2>
<p align="center"><b>JSX, Web Components, Proxy, Store, Path Updating 지원</b></p>

View File

@ -1,6 +1,6 @@
English | [简体中文](./README.CN.md) | [한국어](./README.KR.md)
<p align="right">v<strong>5.0.1</strong></p>
<p align="right">v<strong>5.0.2</strong></p>
<p align="center"><img src="./assets/omi-logo.svg" alt="omi" width="300"/></p>
<h2 align="center">Omi: Next Generation Web Framework in 4kb JavaScript</h2>
<p align="center"><b>Merge JSX, Web Components, Proxy, Store, Path Updating together</b></p>

View File

@ -120,7 +120,7 @@ class TodoViewModel {
}
update(todo) {
//这里进行
//这里进行
todo &&
todo.items.forEach((item, index) => {
this.data.items[index] = mapper({