jsx templates

This commit is contained in:
Dominik Pschenitschni 2022-10-17 15:49:02 +02:00
parent d6cb965ea7
commit 53c9a9bc9c
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
}
},
"vueCompilerOptions": {
"strictTemplates": true
// "strictTemplates": true
"jsxTemplates": true
}
}