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