To v 16.1.1: merge card css classes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user