The error is clearly due to the generated component using TypeScript syntax defineProps() , while my project is a pure JavaScript project. I'm using the latest ...
Hey @JackZhhhh, thanks for the report. I gave this a try locally, but couldn’t reproduce it. Could you share some details about your environment, like your pip version, Python version, and the output ...