pull/880/head
Cagatay Civici 2021-01-19 10:46:18 +03:00
parent f7029e4ba5
commit 277b0a2e89
8 changed files with 10 additions and 10 deletions

View File

@ -195,7 +195,7 @@ export default {
'PageLinks': PageLinks,
'PrevPageLink': PrevPageLink,
'RowsPerPageDropdown': RowsPerPageDropdown,
},
}
}
</script>

View File

@ -232,7 +232,7 @@ export default {
},
created() {
this.selectedCategories = this.categories.slice(1,3);
},
}
}
`

View File

@ -402,7 +402,7 @@ export default {
{name: 'United States', code: 'US'}
]
}
},
}
}
</code></pre>

View File

@ -203,7 +203,7 @@ export default {
}
}, 250);
}
},
}
}
</code></pre>
@ -260,7 +260,7 @@ export default {
}
}, 250);
}
},
}
}
</script>

View File

@ -126,7 +126,7 @@ export default {
}
}, 250);
}
},
}
}
</code></pre>
@ -182,7 +182,7 @@ export default {
}
}, 250);
}
},
}
}
</script>

View File

@ -4298,7 +4298,7 @@ const data = {
{"id": "1009","code": "cm230f032","name": "Gaming Set","description": "Product Description","image": "gaming-set.jpg","price": 299,"category": "Electronics","quantity": 63,"inventoryStatus": "INSTOCK","rating": 3,"orders": [{"id": "10000","productCode": "cm230f032","date": "2020-06-24","amount": 299,"quantity": 1,"customer": "Kadeem Mujtaba","status": "PENDING"},{"id": "10001","productCode": "cm230f032","date": "2020-05-11","amount": 299,"quantity": 1,"customer": "Ashley Wickens","status": "DELIVERED"},{"id": "10002","productCode": "cm230f032","date": "2019-02-07","amount": 299,"quantity": 1,"customer": "Julie Johnson","status": "DELIVERED"},{"id": "10003","productCode": "cm230f032","date": "2020-04-26","amount": 299,"quantity": 1,"customer": "Tony Costa","status": "CANCELLED"}]}
]
}
`,
`
}
export { services, data };

View File

@ -64,6 +64,6 @@ export default {
complete() {
this.$emit('complete');
}
},
}
}
</script>

View File

@ -495,7 +495,7 @@ export default {
complete() {
this.$emit('complete');
}
},
}
}
</code></pre>