Skip to content

Commit

Permalink
fix:删除lowcodeWrap多余参数 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoyun8 authored Dec 15, 2023
1 parent 588baaa commit 1d4c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-generator/src/generator/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1d4c32e

Please sign in to comment.