mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
space
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
'use strict';
|
||||
Vue.config.devtools = true
|
||||
|
||||
var TITLE = document.title
|
||||
|
||||
@@ -100,7 +101,7 @@ Vue.component('relative-time', {
|
||||
'interval': null,
|
||||
}
|
||||
},
|
||||
template: '<time :datetime="val">{{formatted}}</time>',
|
||||
template: '<time :datetime="val">{{ formatted }}</time>',
|
||||
mounted: function() {
|
||||
this.interval = setInterval(function() {
|
||||
this.formatted = dateRepr(this.date)
|
||||
|
Reference in New Issue
Block a user