fixed carrello che scompariva...
This commit is contained in:
@@ -24,9 +24,11 @@ export default defineComponent({
|
||||
const userStore = useUserStore()
|
||||
const products = useProducts()
|
||||
const { t } = useI18n();
|
||||
const productStore = useProducts()
|
||||
|
||||
function mounted() {
|
||||
async function mounted() {
|
||||
// Inizializza
|
||||
await productStore.loadProducts()
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
|
||||
Reference in New Issue
Block a user