update md2site

This commit is contained in:
dntzhang 2017-03-05 17:33:01 +08:00
parent 0791130243
commit b58bd452fb
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
### data-*通讯
```js {23,1-5}
```js {24,1-5}
class Hello2 extends Omi.Component {
constructor(data) {
super(data);

View File

@ -12,7 +12,7 @@ Let's see some examples.
### Communicate by `data-*`
```js {23,1-5}
```js {24,1-5}
class Hello extends Omi.Component {
constructor(data) {
super(data);