From 1a8cd4892b1ec35ef1cc7e15e4cae2bfba37d1a8 Mon Sep 17 00:00:00 2001 From: Adam Jahr Date: Tue, 21 Jul 2020 01:16:26 -0400 Subject: [PATCH] L10 starting --- components/ProductDisplay.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/ProductDisplay.js b/components/ProductDisplay.js index b7569fa..7fa9732 100644 --- a/components/ProductDisplay.js +++ b/components/ProductDisplay.js @@ -1,5 +1,10 @@ app.component('product-display', { - + props: { + premium: { + type: Boolean, + required: true + } + }, template: /*html*/ `