1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Version from package.json

This commit is contained in:
2020-05-30 19:07:34 +02:00
parent d9dbf8e462
commit fc48cd0e31
6 changed files with 259 additions and 73 deletions

View File

@ -75,7 +75,7 @@
<img src="logo.svg" width="128">
<h4>{{ appName }}</h4>
<p>
{{ $t('word.version') }}: 0.0.0<br>
{{ $t('word.version') }}: {{ appVersion }}<br>
<a class="c-hand" @click="openOutside('https://github.com/Fabio286/antares')">GitHub</a>
</p>
</div>
@ -102,6 +102,7 @@ export default {
computed: {
...mapGetters({
appName: 'application/appName',
appVersion: 'application/appVersion',
selectedLocale: 'settings/getLocale'
}),
locales () {