refactor: project structure (1)
This commit is contained in:
parent
725edad3e1
commit
7ea8a618fa
12 changed files with 23 additions and 48 deletions
|
|
@ -18,7 +18,7 @@ import { CustomerBranchCreate } from 'stores/customer/types';
|
|||
import QuotationCard from 'src/components/05_quotation/QuotationCard.vue';
|
||||
import PaginationComponent from 'src/components/PaginationComponent.vue';
|
||||
import StatCardComponent from 'src/components/StatCardComponent.vue';
|
||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||
import FloatingActionButton from 'components/FloatingActionButton.vue';
|
||||
import FormAbout from 'src/components/05_quotation/FormAbout.vue';
|
||||
import CreateButton from 'src/components/AddButton.vue';
|
||||
import ItemCard from 'src/components/ItemCard.vue';
|
||||
|
|
@ -311,7 +311,7 @@ async function storeDataLocal(id: string) {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<ButtonAddComponent
|
||||
<FloatingActionButton
|
||||
hide-icon
|
||||
style="z-index: 999"
|
||||
@click.stop="triggerAddQuotationDialog"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue