Skip to content

Commit

Permalink
fix: 🐛 broken links (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
maoxiaoke authored Dec 9, 2021
1 parent d33bf4c commit 62b83a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/03-icestark-2-7-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default defineConfig({

### appHistory 支持传递 state

为满足用户通过 [history state](https://developer.mozilla.org/en-US/docs/Web/API/History/state) 传参的诉求,[appHistory](/docs/api/ice-stark-app#apphistory)[`<AppLink />`](docs/api/ice-stark-app#applink) 可通过第二个参数传递 state。用法如下:
为满足用户通过 [history state](https://developer.mozilla.org/en-US/docs/Web/API/History/state) 传参的诉求,[appHistory](/docs/api/ice-stark-app#apphistory)[`<AppLink />`](/docs/api/ice-stark-app#applink) 可通过第二个参数传递 state。用法如下:

```js
appHistory.push('/home?name=ice', { framework: 'icestark' });
Expand Down

0 comments on commit 62b83a4

Please sign in to comment.