Skip to content

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