fix:增加basictable组件name,防止注册组件的时候组件没有name (#2440)

This commit is contained in:
李勇
2022-12-07 17:12:09 +08:00
committed by GitHub
parent c7639c4909
commit 8c2ba755c1

View File

@@ -75,6 +75,7 @@
import { warn } from '/@/utils/log'; import { warn } from '/@/utils/log';
export default defineComponent({ export default defineComponent({
name:'BasicTable',
components: { components: {
Table, Table,
BasicForm, BasicForm,