diff --git a/src/App.vue b/src/App.vue index 0520f17..d4dce92 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,74 +1,15 @@ Cart({{ cart }}) - - - - - - - {{ title }} - In Stock - Out of Stock - - {{ detail }} - - - - - Add to cart - - - - + \ No newline at end of file diff --git a/src/components/ProductDisplay.vue b/src/components/ProductDisplay.vue new file mode 100644 index 0000000..3306fab --- /dev/null +++ b/src/components/ProductDisplay.vue @@ -0,0 +1,88 @@ + + + + + + + + + + {{ title }} + In Stock + Out of Stock + Shipping: {{ shipping }} + + {{ detail }} + + + + + Add to cart + + + + + \ No newline at end of file
In Stock
Out of Stock
Shipping: {{ shipping }}