You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vueCompilerOptions.strictTemplates is a very powerful feature to improve type safety even for templates. However, it is far too less known and there seems to be no official documentation.
However, the implementation appears to be out of sync, as it currently only accepts a boolean value. { attributes: boolean, components: boolean } syntax is not recognised:
What problem does this feature solve?
vueCompilerOptions.strictTemplates
is a very powerful feature to improve type safety even for templates. However, it is far too less known and there seems to be no official documentation.What does the proposed solution look like?
Mention this feature and encourage its usage of official websites, e.g., in https://vuejs.org/guide/typescript/overview.html#typescript-in-templates
The text was updated successfully, but these errors were encountered: