Update date.vue

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

View File

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