콘텐츠 내용 - textarea로 변경
This commit is contained in:
parent
693fb7dc70
commit
6583227b84
|
@ -197,7 +197,7 @@
|
|||
내용
|
||||
</v-col>
|
||||
<v-col cols="8">
|
||||
<v-text-field
|
||||
<v-textarea
|
||||
v-model="audio_content.detail"
|
||||
label="내용"
|
||||
required
|
||||
|
@ -329,7 +329,7 @@
|
|||
내용
|
||||
</v-col>
|
||||
<v-col cols="8">
|
||||
<v-text-field
|
||||
<v-textarea
|
||||
v-model="audio_content.detail"
|
||||
label="내용"
|
||||
required
|
||||
|
@ -469,9 +469,13 @@
|
|||
max-width="400px"
|
||||
persistent
|
||||
>
|
||||
<v-progress-circular
|
||||
indeterminate
|
||||
/>
|
||||
<v-card>
|
||||
<v-card-text>
|
||||
<v-progress-circular
|
||||
indeterminate
|
||||
/>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue