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