Skip to content

Commit ed019b0

Browse files
committed
chore: vue-i18n ignore html
tools html entities has & < > in tool description needs to set strictMessage to false to allow these chars
1 parent 503cf67 commit ed019b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineConfig({
2727
compositionOnly: true,
2828
fullInstall: true,
2929
include: [resolve(__dirname, 'locales/**')],
30+
strictMessage: false,
3031
}),
3132
AutoImport({
3233
imports: [

0 commit comments

Comments
 (0)