mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-01 18:29:35 +01:00
Add verification
This commit is contained in:
@@ -18,7 +18,7 @@ const hours = usePrecision(stats.value!.coding.data.grand_total.total_seconds_in
|
|||||||
<template>
|
<template>
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<i18n-t
|
<i18n-t
|
||||||
v-if="stats && stats.coding"
|
v-if="stats && stats.coding && stats.editors && stats.os && stats.languages"
|
||||||
keypath="stats"
|
keypath="stats"
|
||||||
tag="p"
|
tag="p"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user