создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 54s

This commit is contained in:
alsaze
2025-10-09 18:46:32 +03:00
parent 154c7f5ffd
commit 6883d1cfbd
5 changed files with 34 additions and 3 deletions

8
pages/order/contacts.vue Normal file
View File

@@ -0,0 +1,8 @@
<template>
</template>
<script lang="ts" setup>
</script>
<style lang="scss"></style>

8
pages/order/delivery.vue Normal file
View File

@@ -0,0 +1,8 @@
<template>
</template>
<script lang="ts" setup>
</script>
<style lang="scss"></style>

10
pages/order/summary.vue Normal file
View File

@@ -0,0 +1,10 @@
<template>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>