Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 31, 2019 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/9709efcc2448d8b1ced25a6a04a07437 to your computer and use it in GitHub Desktop.
Save uno-de-piera/9709efcc2448d8b1ced25a6a04a07437 to your computer and use it in GitHub Desktop.
<template>
<div>{{ lastLogin }}
</template>
<script>
export default {
computed: {
lastLogin () {
return this.$options.filters.formatDate(this.user.LastLogin)
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment