Akryum / vue-mention

Mention component for Vue.js
https://vue-mention.netlify.app/
MIT License
523 stars 54 forks source link

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

Open olemarius opened 2 years ago

olemarius commented 2 years ago

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

claide commented 1 year ago

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