fix:增加basictable组件name,防止注册组件的时候组件没有name (#2440)
This commit is contained in:
parent
c7639c4909
commit
8c2ba755c1
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue