vuejs / v2.vuejs.org

📄 Documentation for Vue 2
https://v2.vuejs.org
MIT License
5.04k stars 3.43k forks source link

typescript inside .vue files #2540

Open gonerodes opened 4 years ago

gonerodes commented 4 years ago

Nowhere in the Typescript support section of the documentation is described that you can use <script lang="ts"> inside .vue files when using typescript.

I think it would be good to add an example.

bencodezen commented 4 years ago

Thanks for the feedback @gonerodes! We definitely will be enhancing our TypeScript documentation especially with Vue 3 coming soon. I'll add this to the backlog since we're currently in the midst of a migration guide as well as prepping for Vue 3 doc release.