From 8c51141d99c79bce13f208067da7ea09de0b87ed Mon Sep 17 00:00:00 2001 From: Adam Jahr Date: Tue, 21 Jul 2020 00:50:20 -0400 Subject: [PATCH] L10 starting code --- components/ProductDetails.js | 17 ----------------- components/ProductDisplay.js | 8 ++++---- index.html | 3 --- 3 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 components/ProductDetails.js 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 }}

- - - - + +
- - -