We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89479 commit 0f4efc2Copy full SHA for 0f4efc2
web/pages/heartbeats/_id.vue
@@ -52,13 +52,13 @@
52
:items-per-page="100"
53
class="heartbeat--table"
54
>
55
- <template #item.interval="{ item }">
+ <template #[`item.interval`]="{ item }">
56
{{ formatDuration(item.interval) }}
57
</template>
58
- <template #item.owner="{ item }">
+ <template #[`item.owner`]="{ item }">
59
{{ item.owner | phoneNumber }}
60
61
- <template #item.timestamp="{ item }">
+ <template #[`item.timestamp`]="{ item }">
62
{{ item.timestamp | timestamp }}
63
64
</v-data-table>
0 commit comments