Pārlūkot izejas kodu

docs: update version display in AppHeader to reflect dynamic versioning

- Changed the hardcoded version 'v5' to dynamically display the version from the runtime configuration, enhancing maintainability and accuracy of version representation.
alvarosabu 3 dienas atpakaļ
vecāks
revīzija
b73591e8e4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/app/components/AppHeader.vue

+ 1 - 1
docs/app/components/AppHeader.vue

@@ -65,7 +65,7 @@ const version = useRuntimeConfig().public.pkgVersion
         variant="subtle"
         variant="subtle"
         size="sm"
         size="sm"
       >
       >
-        v5
+        {{ version }}
       </UBadge>
       </UBadge>
     </template>
     </template>