feat: add versioning system and display in footer (v1.0.1)
This commit is contained in:
@@ -195,6 +195,10 @@ const showingNavigationDropdown = ref(false);
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<footer class="pb-8 pt-4 text-center">
|
||||
<span class="text-[10px] text-gray-400 font-mono">v{{ $page.props.app_version }}</span>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user