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
@ -27,6 +27,7 @@ export default defineConfig({
|
||||
compositionOnly: true,
|
||||
fullInstall: true,
|
||||
include: [resolve(__dirname, 'locales/**')],
|
||||
strictMessage: false,
|
||||
}),
|
||||
AutoImport({
|
||||
imports: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user