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
key-field and index must be consistent otherwise the size of the computed could be 0.
// DynamicScroller key-field="post_id"
// DynamicScrollerItem :data-index="item.post_id" :index="item.post_id"
No response
The text was updated successfully, but these errors were encountered:
my items were not being rendered and after doing what you posted, it worked, thx: I used index instead
// DynamicScrollerItem :data-index="index" :index="index"
Sorry, something went wrong.
No branches or pull requests
Clear and concise description of the problem
Suggested solution
key-field and index must be consistent otherwise the size of the computed could be 0.
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: