Эх сурвалжийг харах

Chore: update .eslintignore (#9694)

杨奕 7 жил өмнө
parent
commit
fa116490e3

+ 1 - 0
.eslintignore

@@ -6,3 +6,4 @@ node_modules
 lib
 coverage
 *.md
+*.scss

+ 1 - 1
packages/table/src/table.vue

@@ -536,7 +536,7 @@
           if (this.showSummary) {
             return {
               height: this.layout.tableHeight ? this.layout.tableHeight + 'px' : ''
-            }
+            };
           }
           return {
             height: this.layout.viewportHeight ? this.layout.viewportHeight + 'px' : ''