콘텐츠 내용 - textarea로 변경
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung