Skip to content

v-repeat not working with v-component #458

@tim-smart

Description

@tim-smart

On the next branch I tried this:

<div v-repeat="arrayOfStrings" v-component="{{$value}}"></div>

Which failed with a warning in the console about not finding an undefined component.

This does work however:

<template v-repeat="arrayOfStrings">
  <div v-component="{{$value}}"></div>
</template>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions