We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82f14d commit f451ae0Copy full SHA for f451ae0
resources/spa/src/page/message/MessageHome.vue
@@ -22,7 +22,7 @@
22
</div>
23
<div class="m-box-model m-flex-grow0 m-flex-shrink0 m-entry-end m-justify-bet">
24
<h5 v-if="computedGetter(item.time) !== '' && item.time">
25
- {{ +new Date((computedGetter(item.time))) + 10 || '' | time2tips }}
+ {{ computedGetter(item.time) || '' | time2tips }}
26
</h5>
27
<h5 v-else />
28
<div class="m-box m-aln-center m-justify-end">
0 commit comments