I have this code:

With vetur.experimental.templateInterpolationService set to true, the TS virtual file will think that I have duplicate identifiers whereas this code is valid Vue template code

To reproduce simply rewrite this code to any template
<template>
<input
@keydown.down.up.prevent.stop="updateSelectedResult"
@keydown.esc.prevent="handleEchap"
@keydown.enter.prevent="handleEnter"
/>
</template>
Any news on this?

Isn't there any solution yet?
Most helpful comment
Isn't there any solution yet?