Skip to content

01.GettingStarted-simple-demo.html中的问题 #17

Description

@zhaozhenyi

v-for="(person, index) in people"
这个应该为
v-for="(index,person) in people"
吧。
索引在前,元素在后。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions