feat: buy-sale page quatation form
This commit is contained in:
parent
0a10ac94fd
commit
686d88c8d4
5 changed files with 338 additions and 0 deletions
9
src/pages/05_buy-sale/MainPage.vue
Normal file
9
src/pages/05_buy-sale/MainPage.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<script lang="ts" setup>
|
||||
import QuatationForm from './QuatationForm.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<QuatationForm />
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue