Which package(s) are affected?
Other/unknown (please mention in description)
Description
The gen-wrapper-vue test is failing due to failing build. Getting the following TS error on build.

This seems to be caused by a bump in vue-tsc to version 1.4.
I don't know enough about how Vue components should be written to know whether this is a regression or a fix on vue-tsc's part.
Reproduction
npm test in packages/labs/gen-wrapper-vue
Workaround
Pin the version of vue-tsc in generated package to 1.3
Is this a regression?
Yes. This used to work, but now it doesn't.
Affected versions
0.2.3
Browser/OS/Node environment
Node 18