Skip to content

Add info in docs on how to use item-@ without causing invalid attribute error #81

@olemarius

Description

@olemarius

Just a quick suggestion that might help others, as it took some time to figure out..

<template #item-@="{ item }"> causes eslint error in a vue 3 + ts project

<template #[item-@]="{ item }"> works

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