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*/ `