feat: buy-sale page quatation form

This commit is contained in:
Methapon2001 2024-06-19 15:43:58 +07:00
parent 0a10ac94fd
commit 686d88c8d4
5 changed files with 338 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<script lang="ts" setup>
import QuatationForm from './QuatationForm.vue';
</script>
<template>
<QuatationForm />
</template>
<style scoped></style>