Update date.vue

pull/4526/head
杨奕 2017-04-28 12:42:17 +08:00
parent 313ec8de51
commit 653ad34c75
1 changed files with 1 additions and 1 deletions

View File

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