update Time logic

This commit is contained in:
梁灏 2018-05-28 14:24:08 +08:00
parent 6918b81d2c
commit 28295360a8
2 changed files with 6 additions and 8 deletions

View file

@ -9,7 +9,7 @@
export default {
data () {
return {
ddd: new Date('2019-05-28 14:12:00')
ddd: new Date('2018-04-27 14:23:00')
};
},
computed: {},