
--- client/views/pages/user/Data/Technology.vue
+++ client/views/pages/user/Data/Technology.vue
... | ... | @@ -21,7 +21,11 @@ |
21 | 21 |
<img src="../../../../resources/jpg/tech.png" alt=""> |
22 | 22 |
</div> |
23 | 23 |
<div> |
24 |
- <p class="keyword-zone"><span>{{ item.tech_doc_keyword }}</span></p> |
|
24 |
+ <p class="keyword-zone"> |
|
25 |
+ <span v-for="(keyword, keywordIndex) in item.tech_doc_keyword.split(',')" :key="keywordIndex"> |
|
26 |
+ {{ keyword }} |
|
27 |
+ </span> |
|
28 |
+ </p> |
|
25 | 29 |
<div class="flex"> |
26 | 30 |
<p class="date">{{ yyyymmdd(item.reg_dt) }}</p> |
27 | 31 |
<p>조회수 <span>{{ item.view_cnt }}</span></p> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?