혹시몰라 추가
This commit is contained in:
parent
8328020eb3
commit
6a4820628b
@ -14,7 +14,7 @@
|
|||||||
<div v-for="post in projectStore.projectList" :key="post.PROJCTSEQ">
|
<div v-for="post in projectStore.projectList" :key="post.PROJCTSEQ">
|
||||||
<ProjectCard
|
<ProjectCard
|
||||||
:title="post.PROJCTNAM"
|
:title="post.PROJCTNAM"
|
||||||
:description="post.PROJCTDES"
|
:description="post.PROJCTDES ?? ''"
|
||||||
:strdate="post.PROJCTSTR"
|
:strdate="post.PROJCTSTR"
|
||||||
:enddate="post.PROJCTEND"
|
:enddate="post.PROJCTEND"
|
||||||
:address="post.PROJCTARR"
|
:address="post.PROJCTARR"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user