This commit is contained in:
2020-09-29 01:30:38 +05:00
parent c9896ca05f
commit ab0a061b52
6 changed files with 28 additions and 11 deletions

View File

@@ -1,11 +1,14 @@
<template>
<div class="mb-10 border-t mt-5">
<div>
<h3
<div class="flex flex-col items-center">
<h3
class="text-gray-800 text-3xl text-center mt-5 mb-2 mr-3 MvAamu"
style="font-weight: 100;"
v-text="label"
></h3>
<div class="border-b-2 w-32" :class="color"></div>
</div>
<div class="container mx-auto">
@@ -72,6 +75,7 @@ export default {
props: {
topics: String,
label: String,
color: String,
per_page: {
default: 8,
type: Number