diff --git a/components/ProductDetails.js b/components/ProductDetails.js deleted file mode 100644 index e6df085..0000000 --- a/components/ProductDetails.js +++ /dev/null @@ -1,17 +0,0 @@ -// solution -app.component('product-details', { - props: { - details: { - type: Array, - required: true - } - }, - template: - /*html*/ - ` - - ` -}) -// solution \ No newline at end of file diff --git a/components/ProductDisplay.js b/components/ProductDisplay.js index a6af5e6..b7569fa 100644 --- a/components/ProductDisplay.js +++ b/components/ProductDisplay.js @@ -14,10 +14,10 @@ app.component('product-display', {

Out of Stock

Shipping: {{ shipping }}

- - - - + +
- - -