V-for iteration syntax changes (key and index) in Vue2.0, vue2.0v-

Source: Internet
Author: User

V-for iteration syntax changes (key and index) in Vue2.0, vue2.0v-

Today, I found in my code about Vue2.0 that the $ key value cannot be rendered successfully. The problem is as follows:

The key value of this object cannot be displayed:

Later I checked the document and found out that this is because the v-for iteration syntax has changed in Vue2.0:

Dropped:

New array syntax

Value in arr (value, index) in arr

New object syntax

Value in obj (value, key) in obj (value, key, index) in obj

After solution:

In Vue2.0, the variable v-for iteration syntax (key and index) is all the content that I have shared with you. I hope to give you a reference, we also hope that you can support the customer's home.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.