To v 16.1.1: merge card css classes

This commit is contained in:
2025-10-18 20:36:22 +07:00
parent c4016fe8f8
commit 91ee5eb3e4
11 changed files with 188 additions and 171 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<section class="post-card-container">
<section class="card-container">
<template v-for="post in posts" :key="post.id">
<PostCard :post="post" />
</template>