Compare commits
No commits in common. "d412c15c9d70fa321772875642eeaa6b1e13684e" and "ed16a6ddad3b7f0abebb2b0fdab1cedc2d163e85" have entirely different histories.
d412c15c9d
...
ed16a6ddad
|
@ -33,9 +33,6 @@
|
|||
<th class="text-center">
|
||||
장르
|
||||
</th>
|
||||
<th class="text-center">
|
||||
작품개수
|
||||
</th>
|
||||
<th class="text-center">
|
||||
연재여부
|
||||
</th>
|
||||
|
@ -79,7 +76,6 @@
|
|||
</td>
|
||||
<td>{{ item.creatorNickname }}</td>
|
||||
<td>{{ item.genre }}</td>
|
||||
<td>{{ item.numberOfWorks }}</td>
|
||||
<td>{{ item.state }}</td>
|
||||
<td>
|
||||
<div v-if="item.isAdult">
|
||||
|
|
Loading…
Reference in New Issue