fix: table style error
parent
9c3cf323fe
commit
248dfbb6f6
|
@ -1144,7 +1144,7 @@ export default defineComponent({
|
||||||
getPopupContainer: contextGetPopupContainer,
|
getPopupContainer: contextGetPopupContainer,
|
||||||
transformCellText,
|
transformCellText,
|
||||||
}) {
|
}) {
|
||||||
const { showHeader, locale, getPopupContainer, ...restProps } = {
|
const { showHeader, locale, getPopupContainer, style, ...restProps } = {
|
||||||
...getOptionProps(this),
|
...getOptionProps(this),
|
||||||
...this.$attrs,
|
...this.$attrs,
|
||||||
} as any;
|
} as any;
|
||||||
|
|
2
v2-doc
2
v2-doc
|
@ -1 +1 @@
|
||||||
Subproject commit 31d85319dcc0438b3c80957c99f57b931b047c11
|
Subproject commit 77d4fda0cd6e2d56704a2d6d789631d269a56a46
|
Loading…
Reference in New Issue