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="project in projects" :key="project.id">
|
||||
<ProjectCard :project="project" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user