Explorar el Código

Update date.vue

杨奕 hace 8 años
padre
commit
d892b0a33d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/date-picker/src/panel/date.vue

+ 1 - 1
packages/date-picker/src/panel/date.vue

@@ -441,7 +441,7 @@
         if (this.format && this.format.indexOf('ss') === -1) {
           return 'HH:mm';
         } else {
-          return 'HH:mm:ss333';
+          return 'HH:mm:ss';
         }
       }
     }