add storage

This commit is contained in:
2026-07-18 16:16:10 +07:00
parent ad68ccc297
commit 0731123fbb
7 changed files with 375 additions and 23 deletions
+10
View File
@@ -0,0 +1,10 @@
<script setup lang="ts">
import OfficePage from '@/components/OfficePage.vue';
</script>
<!-- Страница авторизации -->
<template>
<main>
<OfficePage />
</main>
</template>