Vue - Official extension or vue-tsc version
2.0.28
VSCode version
1.91.1
Vue version
3.4.29
TypeScript version
5.4.5
System Info
No response
Steps to reproduce
As of version 2.0.28 of Vue Official, we get the following syntax highlighting if we use a dynamic slot name. In this case it is for QTableSlots of the Quasar Component Library.
<template #[`body-cell-${actionsKey}`]="data">

What is expected?
No syntax highlighting as described in https://vuejs.org/guide/components/slots.html#dynamic-slot-names
What is actually happening?
Syntax highlighting and error in Problems window. When using Vue Official 2.0.26 this error does not occur.
Link to minimal reproduction
No response
Any additional comments?
No response