diff --git a/src/App.vue b/src/App.vue index 626e996..0d75f47 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,6 +4,8 @@ import socksGreenImage from './assets/images/socks_green.jpeg' const product = ref('Socks') const image = ref(socksGreenImage) +const iventory = ref(15) +const onSale = ref(true) @@ -16,6 +18,10 @@ const image = ref(socksGreenImage)
In Stock
+Almost sold out!
+Out of stock
+On Sale