mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57: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,
|
compositionOnly: true,
|
||||||
fullInstall: true,
|
fullInstall: true,
|
||||||
include: [resolve(__dirname, 'locales/**')],
|
include: [resolve(__dirname, 'locales/**')],
|
||||||
|
strictMessage: false,
|
||||||
}),
|
}),
|
||||||
AutoImport({
|
AutoImport({
|
||||||
imports: [
|
imports: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue