Update componen template
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<v-card elevation="10" class=" mt-6">
|
||||
<v-card-item class="text-center">
|
||||
<img src="@/assets/images/products/empty-shopping-cart.svg" alt="image" width="200" />
|
||||
<h5 class="text-h5 pt-3 mb-0">Oop, Your cart is empty!</h5>
|
||||
<p class="text-body-1 mt-3 textSecondary">
|
||||
Get back to shopping and get rewards from it.
|
||||
</p>
|
||||
<v-btn flat class="mt-4" size="large" color="primary">Go for shopping</v-btn>
|
||||
</v-card-item>
|
||||
</v-card>
|
||||
</template>
|
||||
Reference in New Issue
Block a user