50 lines
2.1 KiB
Vue
50 lines
2.1 KiB
Vue
<template>
|
|
<v-row>
|
|
<v-col cols="12">
|
|
<v-row>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Blog Cards</h2>
|
|
<widgets-cards-blog-cards />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Follower Cards</h2>
|
|
<widgets-cards-follower-cards />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Gift Cards</h2>
|
|
<widgets-cards-gift-cards />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Music Cards</h2>
|
|
<widgets-cards-music-cards />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Payment Gateways</h2>
|
|
<widgets-cards-payment-gateways />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Product Cards</h2>
|
|
<widgets-cards-product-cards />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Profile Cards</h2>
|
|
<widgets-cards-profile-cards />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Settings</h2>
|
|
<widgets-cards-settings />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">Upcoming Activity Card</h2>
|
|
<widgets-cards-upcomming-activity-card />
|
|
</v-col>
|
|
<v-col cols="12" class="mb-6">
|
|
<h2 class="mb-4">User Cards</h2>
|
|
<widgets-cards-user-cards />
|
|
</v-col>
|
|
</v-row>
|
|
<!-- </SharedUiChildCard> -->
|
|
</v-col>
|
|
</v-row>
|
|
</template>
|