summaryrefslogtreecommitdiff
path: root/src/client/components/time.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/time.vue')
-rw-r--r--src/client/components/time.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/time.vue b/src/client/components/time.vue
index 3219373739..544746c24b 100644
--- a/src/client/components/time.vue
+++ b/src/client/components/time.vue
@@ -1,5 +1,5 @@
<template>
-<time class="mk-time" :title="absolute">
+<time :title="absolute">
<template v-if="mode == 'relative'">{{ relative }}</template>
<template v-else-if="mode == 'absolute'">{{ absolute }}</template>
<template v-else-if="mode == 'detail'">{{ absolute }} ({{ relative }})</template>