Typescript error when using the .attr modifier of v-bind
Version
3.2.30
Reproduction link
Steps to reproduce
- Clone the repo
- npm i
- try to build it with npm run build
- remove the .attr modifier from the HelloWorld component and it will build successfully
What is expected?
I expect the build to finish successfully
What is actually happening?
Build throws an error saying "error TS1003: Identifier expected." at the start of the .attr modifier
That would have to be solved in vue-tsc (Volar). You can open an issue here: https://github.com/johnsoncodehk/volar/issues