fix:删除lowcodeWrap多余参数 (#119)

This commit is contained in:
yaoyun8 2023-12-15 15:41:15 +08:00 committed by GitHub
parent 588baaab07
commit 1d4c32e279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ const props = defineProps({${propsArr.join(',\n')}})
const emit = defineEmits(${JSON.stringify(emitsArr)})
const { t, lowcodeWrap, stores } = vue.inject(I18nInjectionKey).lowcode()
const wrap = lowcodeWrap(props, { emit }, t)
const wrap = lowcodeWrap(props, { emit })
${iconStatement}