Skip to content

Range v-for doesn't support Expressions #22

@adrienbaron

Description

@adrienbaron

When using v-for range like this: v-for="n in 10" it's not possible to use anything else than a number.
For example this is not supported v-for="n in getValue()" where getValue() returns an int.

Vue.js supports it, so it would be nice to support it too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions