fix(web): disable HTML escaping for form field validation messages (#31292)

This commit is contained in:
yyh
2026-01-20 18:43:01 +08:00
committed by GitHub
parent 3ebe53ada1
commit 54921844bb
16 changed files with 52 additions and 55 deletions

View File

@@ -9,5 +9,8 @@ export function getInitOptions(): InitOptions {
partialBundledLanguages: true,
keySeparator: false,
ns: namespacesCamelCase,
interpolation: {
escapeValue: false,
},
}
}