forked from opentiny/tiny-engine
fix:删除lowcodeWrap多余参数 (#119)
This commit is contained in:
parent
588baaab07
commit
1d4c32e279
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue