Skip to content

fix the v-for attribute value #1561

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
Feb 18, 2022
Merged

Conversation

chenpeng991105
Copy link
Contributor

Description of Problem

the v-for attribute value is wrong at src/examples/src/cells/App/template.html

<td v-for="c, j in cols">

Proposed Solution

replaced with

<td v-for="(c, j) in cols">

@netlify
Copy link

netlify bot commented Feb 18, 2022

✔️ Deploy Preview for vuejs ready!

🔨 Explore the source changes: cff17e2

🔍 Inspect the deploy log: https://app.netlify.com/sites/vuejs/deploys/620f7dfd6707e80007177b98

😎 Browse the preview: https://deploy-preview-1561--vuejs.netlify.app

Copy link
Member

@NataliaTepluhina NataliaTepluhina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chenpeng991105 good catch! Thank you for fixing it 👍🏻

@NataliaTepluhina NataliaTepluhina merged commit 2ffa0d0 into vuejs:main Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants