Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
olemarius opened this issue Jun 17, 2022 · 1 comment

Comments

@olemarius
Copy link

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
Copy link

claide commented Aug 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants