16 lines
582 B
Vue
16 lines
582 B
Vue
|
|
<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>
|
|
|