Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: remove 'watchQuery' section from 'nuxtChildKey' doc #1395

Merged
merged 1 commit into from
May 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions de/api/components-nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ There are 3 ways to handle internal `key` prop of `<router-view/>`.
}
```

3. `watchQuery` option in page components: `boolean` or `string[]`

Queries specified in [watchQuery](/api/pages-watchquery) option will be considered on building the key. If `watchQuery` is `true`, `fullPath` is used.

- name: `string` (_introduced with Nuxt v2.4.0_)
- This prop will be set to `<router-view/>`, used to render named-view of page component.
- Default: `default`
Expand Down
4 changes: 0 additions & 4 deletions en/api/components-nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ There are 3 ways to handle internal `key` prop of `<router-view/>`.
}
```

3. `watchQuery` option in page components: `boolean` or `string[]`

Queries specified in [watchQuery](/api/pages-watchquery) option will be considered on building the key. If `watchQuery` is `true`, `fullPath` is used.

- name: `string` (_introduced with Nuxt v2.4.0_)
- This prop will be set to `<router-view/>`, used to render named-view of page component.
- Default: `default`
Expand Down
4 changes: 0 additions & 4 deletions es/api/components-nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ There are 3 ways to handle internal `key` prop of `<router-view/>`.
}
```

3. `watchQuery` option in page components: `boolean` or `string[]`

Queries specified in [watchQuery](/api/pages-watchquery) option will be considered on building the key. If `watchQuery` is `true`, `fullPath` is used.

- name: `string` (_introduced with Nuxt v2.4.0_)
- This prop will be set to `<router-view/>`, used to render named-view of page component.
- Default: `default`
Expand Down
4 changes: 0 additions & 4 deletions ja/api/components-nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ description: レイアウト内でページコンポーネントを表示しま
}
```

3. 各ページコンポーネントの `watchQuery` オプション: `boolean` or `string[]`

[watchQuery](/api/pages-watchquery) に設定されたクエリはキーを生成するとき考慮されます。 `watchQuery` が `true` の場合は `fullPath` が使われます。

- name:`string` (_Nuxt v2.4.0で導入されました_)
- この prop は `<router-view/>` に設定され、ページコンポーネントの名前付きビューをレンダリングするのに利用されます。
- デフォルト: `default`
Expand Down
4 changes: 0 additions & 4 deletions ko/api/components-nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ description: 레이아웃 내부의 페이지 컴포넌트를 보여줍니다.
}
```

3. 각 페이지 컴포넌트의 `watchQuery` 옵션: `boolean` or `string[]`

[watchQuery](/api/pages-watchquery) 옵션에 설정한 쿼리는 키를 생성할 때 고려됩니다. 만약 `watchQuery`가 `true`라면 `fullPath`를 사용하게 됩니다.

- name: `string` (_introduced with Nuxt v2.4.0_)
- 이 속성은 `<router-view/>`의 속성으로 설정됩니다. 페이지 컴포넌트의 named-view를 렌더링 하는데 사용됩니다.
- 기본값: `default`
Expand Down