这里使用了momentjs插件用来格式化时间。
html
<p>{{time}}</p>
js
setInterval(function () {
that.time = moment().format("YYYY-MM-DD HH:mm:ss");
}, 1000);
这里使用了momentjs插件用来格式化时间。
html
<p>{{time}}</p>
js
setInterval(function () {
that.time = moment().format("YYYY-MM-DD HH:mm:ss");
}, 1000);