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
commit 4715e4eed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>'
} }