Open KazariEX opened 2 months ago
<li
v-for="(entry, index) in tocItem as TocLink[]"
:key="index"
>
<a :href="`#${entry?.id}`">{{ entry.text }}</a>
</li>
This will also cause highlight error. When the quotes of v-for
props removed, the syntax highlight behaves normally.
@L33Z22L11 duplicate of #520
Vue - Official extension or vue-tsc version
2.1.2
VSCode version
1.93.0-insider
Vue version
3.5.0-rc.1
TypeScript version
5.5.4
System Info
No response
package.json dependencies
No response
Steps to reproduce
What is expected?
N/A
What is actually happening?
N/A
Link to minimal reproduction
No response
Any additional comments?
No response