We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
添字でのリストレンダリングは、リストの変更時(付箋の削除など)に意図しない挙動を引き起こす。
vue-3-practices/handson-sticky/pages/sub.vue
Lines 16 to 17 in 90b7b26
初学者で、以下を考慮して実装を書き換えるのは大変。
このデフォルトのモードは効率性が高いものの、これが適すのは、リストのレンダリング出力が子コンポーネントの状態や一時的な DOM の状態(フォームの入力値など)に依存しない場合に限られます。
https://ja.vuejs.org/guide/essentials/list.html#maintaining-state-with-key
The text was updated successfully, but these errors were encountered:
No branches or pull requests
添字でのリストレンダリングは、リストの変更時(付箋の削除など)に意図しない挙動を引き起こす。
vue-3-practices/handson-sticky/pages/sub.vue
Lines 16 to 17 in 90b7b26
初学者で、以下を考慮して実装を書き換えるのは大変。
https://ja.vuejs.org/guide/essentials/list.html#maintaining-state-with-key
The text was updated successfully, but these errors were encountered: