Skip to content

Migration > v-if-v-for の翻訳を追従 #264

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

Merged
merged 1 commit into from
Apr 19, 2021
Merged
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
5 changes: 5 additions & 0 deletions src/guide/migration/v-if-v-for.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ Vue.js で最も一般的に使われているディレクティブの二つは
構文の曖昧さにより、同じエレメントで両方の使用を避けることをお勧めします。

これをテンプレートレベルで管理するのではなく、これを実現する一つの方法は表示されている要素のリストを除外する算出プロパティを作成することです。

## 参照

- [リストレンダリング - フィルタ・ソート結果の表示](/guide/list.html#displaying-filtered-sorted-results)
- [リストレンダリング - `v-for` と `v-if`](/guide/list.html#v-for-with-v-if)