- poster
This commit is contained in:
@@ -625,6 +625,14 @@ export const tools = {
|
||||
label: '[Nessuna]',
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
label: 'Slow 50s',
|
||||
value: 'animate__slow50',
|
||||
},
|
||||
{
|
||||
label: 'Slow 30s',
|
||||
value: 'animate__slow30',
|
||||
},
|
||||
{
|
||||
label: 'Slow 20s',
|
||||
value: 'animate__slow20',
|
||||
|
||||
@@ -372,10 +372,8 @@ export const useProducts = defineStore('Products', {
|
||||
|
||||
let ris = null
|
||||
|
||||
console.log('Ottieni Prodotti')
|
||||
ris = await Api.SendReq('/products', 'POST', { userId: userStore.my._id })
|
||||
.then((res) => {
|
||||
console.log('Prodotti scaricati')
|
||||
if (res.data.products) {
|
||||
this.products = res.data.products
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user