Closed thombruce closed 2 months ago
Where possible (ideally everywhere), make use of lang="ts" in the script of every component/page/etc.
lang="ts"
Modify code as necessary to limit errors.
Don't worry too much about type usage just yet, but do add them where convenient to do so.
Where possible (ideally everywhere), make use of
lang="ts"
in the script of every component/page/etc.Modify code as necessary to limit errors.
Don't worry too much about type usage just yet, but do add them where convenient to do so.