feat(added version):

This commit is contained in:
SergeyVS 2024-03-11 12:01:18 +03:00
parent d9e53719bd
commit 183c5cc8bf

View File

@ -16,6 +16,7 @@ export default {
</script>
<template>
<div class="flex justify-between">
<div class="flex">
<a
href="/#"
@ -33,4 +34,8 @@ export default {
Сохранить изменения
</button>
</div>
<div class="flex">
Версия 1.0.1
</div>
</div>
</template>