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
{listx.map((info, index) => { return (
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
https://v2.vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth
子元素每个都加上 refInFor
https://v2.vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth 子元素每个都加上 refInFor
确实有用
No branches or pull requests
{listx.map((info, index) => {
return (
})}
coonst refsX = this.$refs.xxxxRef ;
console.log(refsX )
i hope refsX is a list , but it was an object ,why ?
The text was updated successfully, but these errors were encountered: