refactor: project structure (1)
This commit is contained in:
parent
725edad3e1
commit
7ea8a618fa
12 changed files with 23 additions and 48 deletions
|
|
@ -10,7 +10,7 @@ import ProductCardComponent from 'components/04_product-service/ProductCardCompo
|
|||
import StatCard from 'components/StatCardComponent.vue';
|
||||
import DrawerInfo from 'components/DrawerInfo.vue';
|
||||
import BasicInformation from 'components/04_product-service/BasicInformation.vue';
|
||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||
import FloatingActionButton from 'components/FloatingActionButton.vue';
|
||||
import BasicInfoProduct from 'components/04_product-service/BasicInfoProduct.vue';
|
||||
import PriceDataComponent from 'components/04_product-service/PriceDataComponent.vue';
|
||||
import TotalProductCardComponent from 'components/04_product-service/TotalProductCardComponent.vue';
|
||||
|
|
@ -1559,7 +1559,7 @@ watch(
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<ButtonAddComponent
|
||||
<FloatingActionButton
|
||||
hide-icon
|
||||
v-if="actionDisplay && !currentNoAction"
|
||||
style="z-index: 999"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue