Update date.vue

This commit is contained in:
杨奕 2017-04-28 12:42:17 +08:00
parent 313ec8de51
commit 653ad34c75

View File

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