Closed snowdream closed 4 years ago
Just rename the main.js to main.ts, and add lang props in your script tag, set it to "ts".
Typescript is the superset of javascript, so it will run correctly, you can make the code more tyepscript later.
Because it is really small modification for developers, I think this is dispensable.
@snowdream what changes do you think are needed? (based on template vue
)
@0x6a68 you can check this pull request.
I want to create the project built on Vue3 and TypeScript.