Struttura Scheda Prodotti...
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { ref, onMounted, onBeforeMount, PropType, reactive, watch } from 'vue'
|
||||
import { CCardState } from '../CCardState'
|
||||
|
||||
import { computed, defineComponent } from 'vue'
|
||||
@@ -50,6 +51,12 @@ export default defineComponent({
|
||||
globalStore.rightCartOpen = false
|
||||
}
|
||||
|
||||
function mounted() {
|
||||
products.loadOrders()
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
|
||||
return {
|
||||
myCart,
|
||||
myTotalPrice,
|
||||
|
||||
Reference in New Issue
Block a user