generated from Flycro/laravel-nuxt
style: Empty String to number
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -16,7 +16,7 @@ const config = useRuntimeConfig()
|
|||||||
</template>
|
</template>
|
||||||
<template #right>
|
<template #right>
|
||||||
<div class="font-mono text-xs">
|
<div class="font-mono text-xs">
|
||||||
{{ config.public.packageVersion }} - {{ config.public.gitHash }}
|
{{ config.public.packageVersion }} - {{ config.public.gitHash !== '' ? config.public.gitHash : '0000000' }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</UFooter>
|
</UFooter>
|
||||||
|
|||||||
Reference in New Issue
Block a user