12 lines
205 B
Vue
12 lines
205 B
Vue
<template>
|
|
<VCard>
|
|
<VCardText class="pt-12 pb-16 mx-5">
|
|
<!-- 👉 App Pricing components -->
|
|
<AppPricing
|
|
md="4"
|
|
cols="12"
|
|
/>
|
|
</VCardText>
|
|
</VCard>
|
|
</template>
|