mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
chore: vue-i18n ignore html
tools html entities has & < > in tool description needs to set strictMessage to false to allow these chars
This commit is contained in:
parent
503cf6715c
commit
ed019b0334
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export default defineConfig({
|
|||
compositionOnly: true,
|
||||
fullInstall: true,
|
||||
include: [resolve(__dirname, 'locales/**')],
|
||||
strictMessage: false,
|
||||
}),
|
||||
AutoImport({
|
||||
imports: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue