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,
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
MyCart:<br>
|
||||
<div id="mycontainer">
|
||||
<div class="myheader row justify-between">
|
||||
<div class="col-6">
|
||||
|
||||
Reference in New Issue
Block a user