We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9653861 commit e2065d7Copy full SHA for e2065d7
1 file changed
src/views/partials/NavbarFeature.vue
@@ -1,5 +1,5 @@
1
<script setup>
2
-import { cn } from "@sglara/cn";
+import { name, version } from "@/../package.json";
3
4
import { Icon } from '@iconify/vue';
5
import { HomepageMenu } from '@/data/HomepageMenu';
@@ -85,6 +85,8 @@ onMounted(() => {
85
</a>
86
</li>
87
</ul>
88
+
89
+ <p class="text-center text-xs opacity-50">versão {{ version }}</p>
90
</section>
91
</div>
92
0 commit comments