Open
Description
Version
1.0.0-beta.33
Reproduction link
https://vue-test-utils.vuejs.org/ja/guides/#はじめる
Steps to reproduce
(English)
- Go to the link to minimal reproduction (open the guide)
- Read the section "nextTick はどうですか?"
(日本語)
- 上記「再現のためのリンク」へアクセス(ガイドを開く)
- 「nextTickはどうですか?」の部分を読む
What is expected?
(English)
- The
nextTick
section of Japanese document should be based on English document.
(日本語)
- 「算出プロパティやdataが変化するような操作をした後には
nextTick
を呼ぶべき」という英語版ドキュメントに沿った記述になっている
What is actually happening?
(English)
- Document says that there is no need to call
nextTick
to update DOM. Japanese description is still obsolete.
(日本語)
- 日本語の公式ドキュメントは古いままになっていて、
nextTick
を明示的に呼ぶ必要は基本的にありません」と書いてある。
See also: #1451
関連: #1451