aggiunto info cmmit sulla toolbar
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
<div class="row items-center no-wrap">
|
||||
<div class="q-mr-md">Quasar v{{ $q.version }}</div>
|
||||
<q-badge outline color="white" class="q-mr-sm">commit {{ commitCode }}</q-badge>
|
||||
|
||||
<q-btn flat dense icon="language" :label="currentLocaleLabel" aria-label="Language">
|
||||
<q-menu auto-close>
|
||||
<q-list>
|
||||
@@ -71,6 +73,7 @@ import { useTaxpayerStore } from '../stores/taxpayer'
|
||||
import { useMaritalStore } from '../stores/marital';
|
||||
import { useChildrenStore } from '../stores/children'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { COMMIT_CODE } from '../generated/commit-info'
|
||||
|
||||
const leftDrawerOpen = ref(false);
|
||||
|
||||
@@ -79,6 +82,7 @@ const marital = useMaritalStore()
|
||||
const children = useChildrenStore()
|
||||
|
||||
const { locale } = useI18n()
|
||||
const commitCode = COMMIT_CODE
|
||||
|
||||
const locales = [
|
||||
{ code: 'it-IT', label: 'Italiano' },
|
||||
|
||||
Reference in New Issue
Block a user