fix: error import
This commit is contained in:
parent
d9f8d0f971
commit
dc84178e06
1 changed files with 0 additions and 6 deletions
|
|
@ -15,7 +15,6 @@ import { useQuotationForm } from './form';
|
|||
import { CustomerBranchCreate } from 'stores/customer/types';
|
||||
|
||||
// NOTE: Import Components
|
||||
import ReceiptDialog from './ReceiptDialog.vue';
|
||||
import QuotationCard from 'src/components/05_quotation/QuotationCard.vue';
|
||||
import PaginationComponent from 'src/components/PaginationComponent.vue';
|
||||
import StatCardComponent from 'src/components/StatCardComponent.vue';
|
||||
|
|
@ -983,11 +982,6 @@ async function storeDataLocal(id: string) {
|
|||
</div>
|
||||
</div>
|
||||
</DialogForm>
|
||||
|
||||
<ReceiptDialog
|
||||
v-model:data="currentQuotationPayment"
|
||||
v-model="pageState.receiptModal"
|
||||
></ReceiptDialog>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue