diff --git a/src/App.vue b/src/App.vue index ff5e167..40ff505 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,7 +27,6 @@ }) onMounted(() => { observer.observe(viewRef.value) - console.log('onMounted') }) onBeforeUnmount(() => { observer.disconnect() diff --git a/src/views/shoppingCart/index.vue b/src/views/shoppingCart/index.vue index 9056171..25ce45f 100644 --- a/src/views/shoppingCart/index.vue +++ b/src/views/shoppingCart/index.vue @@ -2,8 +2,9 @@
- + +
diff --git a/src/views/shoppingCart/sc-item.vue b/src/views/shoppingCart/sc-item.vue new file mode 100644 index 0000000..d96d4cd --- /dev/null +++ b/src/views/shoppingCart/sc-item.vue @@ -0,0 +1,164 @@ + + + + + \ No newline at end of file diff --git a/src/views/shoppingCart/sc-list.vue b/src/views/shoppingCart/sc-list.vue index c7909b8..769b106 100644 --- a/src/views/shoppingCart/sc-list.vue +++ b/src/views/shoppingCart/sc-list.vue @@ -43,38 +43,20 @@
Discover new fashion assets and add them to your cart.
-
- - -
-
{{ v.title }}
-
- - {{ v.brand }} -
-
- {{ tag }} -
-
-
-
- {{ FormatBytes(v.fileSize) }} -     |   {{ - FormatDate(v.date, 'SM D, YYYY, h:mm A') - }} -
-
-
-
-
${{ v.amount }} HKD
-
- - Remove -
-
-
+ + +