reference computed property directly in local-datetime component
This commit is contained in:
dandds
2018-12-07 10:21:50 -05:00
committed by GitHub

View File

@@ -17,5 +17,5 @@ export default {
} }
}, },
template: '<time v-bind:datetime="timestamp">{{ this.displayTime }}</time>' template: '<time v-bind:datetime="timestamp">{{ displayTime }}</time>'
} }