Skip to content

MDC doesn't work if place in v-for #398

@Kevin-Ethiqais

Description

@Kevin-Ethiqais

When I use <MDC :value="" /> it work but when I use it in a v-for like this, nothing is rendered :

  <div v-for="review in reviews" :key="review.id">
    <MDC :value="review.description" />
  </div>

Am I using MDC wrong?

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