mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-14 14:07:37 +01:00
Testing
This commit is contained in:
@@ -18,9 +18,6 @@ const hours = usePrecision(stats.value!.coding.data.grand_total.total_seconds_in
|
|||||||
<template>
|
<template>
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<div>{{ stats }}</div>
|
<div>{{ stats }}</div>
|
||||||
<div>{{ time }}</div>
|
|
||||||
<div>{{ date }}</div>
|
|
||||||
<div>{{ hours }}</div>
|
|
||||||
<i18n-t
|
<i18n-t
|
||||||
v-if="stats && stats.coding && stats.editors && stats.os && stats.languages && time && date && hours"
|
v-if="stats && stats.coding && stats.editors && stats.os && stats.languages && time && date && hours"
|
||||||
keypath="stats"
|
keypath="stats"
|
||||||
|
|||||||
Reference in New Issue
Block a user