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

Duplicate identifier "class" #11

Closed
victorgarciaesgi opened this issue Oct 27, 2020 · 1 comment
Closed

Duplicate identifier "class" #11

victorgarciaesgi opened this issue Oct 27, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@victorgarciaesgi
Copy link

First off, i'm blown away by your work. Volar is very fast on a big Typescript project. I always had infuriating performance issues with Vetur.

Volar throws error when using valid vue code and v-bind

<span class="font-semibold" :class="{ 'text-text10': anime.isActivated }">Désactiver</span>

image

Workaround for now:

<span :class="['font-semibold',{ 'text-text10': anime.isActivated }]">Désactiver</span>
johnsoncodehk added a commit that referenced this issue Oct 27, 2020
@johnsoncodehk
Copy link
Member

Thanks for your report! It has been fixed in 0.14.4.

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants