Update README.md

This commit is contained in:
当耐特 2018-11-13 05:48:23 +08:00 committed by GitHub
parent 7f03eb398b
commit 13e98eadad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ render(<my-app />, "#container")
```js
route('/about', (evt) => {
//output { name: 'dntzhang', age : '18' } when click the a tag above
//output { name: 'dntzhang', age : '18' } when click the tag above
console.log(evt.query)
})
```