diff --git a/components/ProductDetails.js b/components/ProductDetails.js new file mode 100644 index 0000000..e6df085 --- /dev/null +++ b/components/ProductDetails.js @@ -0,0 +1,17 @@ +// solution +app.component('product-details', { + props: { + details: { + type: Array, + required: true + } + }, + template: + /*html*/ + ` +
Out of Stock
Shipping: {{ shipping }}
-