We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0bda7 commit e657d2dCopy full SHA for e657d2d
1 file changed
packages/plugins/i18n/src/composable/useTranslate.ts
@@ -109,7 +109,6 @@ const ensureI18n = (obj: { [x: string]: any; key: string }, send?: boolean) => {
109
110
useCanvas().canvasApi.value?.setLocales?.(messages, true)
111
} catch (e) {
112
- throw new Error(String(e))
113
// 不需要处理,有报错的词条会在画布初始化的时候统一调setLocales这个方法
114
}
115
0 commit comments