mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
fix(table): fix table type error
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
},
|
||||
showSpan: {
|
||||
type: Boolean as PropType<boolean>,
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
setup() {
|
||||
|
Reference in New Issue
Block a user