Update README.md
This commit is contained in:
parent
7f03eb398b
commit
13e98eadad
|
@ -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)
|
||||
})
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue