test #56
|
@ -129,7 +129,7 @@
|
||||||
<v-card-title v-else>
|
<v-card-title v-else>
|
||||||
콘텐츠 큐레이션 등록
|
콘텐츠 큐레이션 등록
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text v-if="is_modify === false">
|
||||||
<v-row align="center">
|
<v-row align="center">
|
||||||
<v-col cols="4">
|
<v-col cols="4">
|
||||||
메인 탭
|
메인 탭
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-text>
|
<v-card-text v-if="is_modify === false">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="4">
|
<v-col cols="4">
|
||||||
시리즈 큐레이션
|
시리즈 큐레이션
|
||||||
|
|
Loading…
Reference in New Issue