Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Oct 20, 2019
1 parent 3510620 commit e6a0b55
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
9 changes: 8 additions & 1 deletion src/views/comment/components/CommentTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,14 @@
<span
slot="createTime"
slot-scope="createTime"
>{{ createTime | timeAgo }}</span>
>
<a-tooltip placement="top">
<template slot="title">
{{ createTime | moment }}
</template>
{{ createTime | timeAgo }}
</a-tooltip>
</span>
<span
slot="action"
slot-scope="text, record"
Expand Down

0 comments on commit e6a0b55

Please sign in to comment.