vue-mention icon indicating copy to clipboard operation
vue-mention copied to clipboard

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

Open olemarius opened this issue 2 years ago • 1 comments

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

olemarius avatar Jun 17 '22 13:06 olemarius

@olemarius tried it but I got Parsing error: Expression expected

claide avatar Aug 09 '23 08:08 claide