diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue index d4dfa847..50f5a3b3 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -59,7 +59,7 @@ { [`${this.prefixCls}-cell-expand-expanded`]: this.expanded } - ] + ]; } }, methods: {