Update version number in package.json and Welcome.vue
This commit is contained in:
@ -129,6 +129,7 @@
|
||||
<dt class="text-xs text-center text-gray-500">
|
||||
Copyright © 2023 PT PLN (Persero). All Rights Reserved
|
||||
</dt>
|
||||
<dt class="mt-4 text-xs font-bold text-center text-gray-800">Version {{ version }}</dt>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -142,6 +143,7 @@ import { type RouteRecordRaw } from 'vue-router'
|
||||
import { routes, extractLeafRoutes } from '@/router'
|
||||
import { navigationIcon } from '@/utils/route'
|
||||
import { detectOS } from '@/utils/helper'
|
||||
import { version } from '../../../package.json'
|
||||
|
||||
const os = ref(detectOS())
|
||||
const command = useCommandPalattesStore()
|
||||
|
Reference in New Issue
Block a user