Explorar o código

fix eslint error, about indent

吴亮 %!s(int64=8) %!d(string=hai) anos
pai
achega
39cbb051f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/table/src/filter-panel.vue

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

@@ -129,7 +129,7 @@
         },
         set(value) {
           if (this.filteredValue) {
-			if ((typeof value !== 'undefined') && (value !== null)) {
+            if ((typeof value !== 'undefined') && (value !== null)) {
               this.filteredValue.splice(0, 1, value);
             } else {
               this.filteredValue.splice(0, 1);