From 000e351082a9315c91b490d8da824b8bee80a658 Mon Sep 17 00:00:00 2001 From: Paulius-U Date: Mon, 15 Sep 2025 18:52:07 +0300 Subject: [PATCH] Move code to Product Display. Added premium and details from app.vue --- src/App.vue | 69 ++---------------------- src/components/ProductDisplay.vue | 88 +++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+), 64 deletions(-) create mode 100644 src/components/ProductDisplay.vue 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 @@ \ 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 @@ + + + \ No newline at end of file