first belajar git
This commit is contained in:
15
components/layout/full/vertical-sidebar/UpgradeBox/index.vue
Normal file
15
components/layout/full/vertical-sidebar/UpgradeBox/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<template>
|
||||
<v-sheet rounded="md" color="lightprimary" class="ExtraBox hide-menu mx-1 px-4 py-3">
|
||||
<div class="d-flex align-center">
|
||||
<div>
|
||||
<h6 class="text-h6 text-10 mb-3">Upgrade to pro</h6>
|
||||
<v-btn href="https://adminmart.com/product/matdash-vuetify-nuxt-js-admin-template/?ref=5" target="_blank" color="primary" flat>Buy Pro</v-btn>
|
||||
</div>
|
||||
<div class="">
|
||||
<img src="/images/backgrounds/rupee.png" class="w-100 ms-9 px-2" />
|
||||
</div>
|
||||
</div>
|
||||
</v-sheet>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user