pricing.vue 205 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 <template> <VCard> <VCardText class="pt-12 pb-16 mx-5"> <!-- 👉 App Pricing components --> <AppPricing md="4" cols="12" /> </VCardText> </VCard> </template>