feat: init commit

This commit is contained in:
2024-05-23 11:45:22 +03:00
committed by Константин Уколов
commit 6eafd97557
17 changed files with 11577 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<script setup lang="ts">
</script>
<template>
<UContainer>
<UCard class="h-50">
<UBadge color="primary" variant="subtle">
Новинка
</UBadge>
</UCard>
</UContainer>
</template>
<style scoped>
</style>
View File