fix: show frontend version in about dialog
This commit is contained in:
parent
05d000fc50
commit
5ddce387fe
@ -34,9 +34,10 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {computed} from 'vue'
|
import {computed} from 'vue'
|
||||||
|
|
||||||
import {VERSION as frontendVersion} from '@/version.json'
|
import {VERSION} from '@/version.json'
|
||||||
import {useConfigStore} from '@/stores/config'
|
import {useConfigStore} from '@/stores/config'
|
||||||
|
|
||||||
const configStore = useConfigStore()
|
const configStore = useConfigStore()
|
||||||
const apiVersion = computed(() => configStore.version)
|
const apiVersion = computed(() => configStore.version)
|
||||||
|
const frontendVersion = VERSION
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user