cubash-archive/frontend/src/components/routes/SettingsAbout.vue

11 lines
335 B
Vue

<template>
<div>
<center>
<img src="https://cdn.kaverti.com/icon.png" width="10%">
<h1>Kaverti v{{this.$store.state.clientVersion}}</h1>
<p>Latest client version: v{{this.$store.state.latestClientVersion}}</p>
<p>API version: v{{this.$store.state.latestAPIVersion}}</p>
</center>
</div>
</template>