mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	refactor(form): textarea去掉外层div
This commit is contained in:
		
							parent
							
								
									5e4b709d61
								
							
						
					
					
						commit
						da89d5786a
					
				@ -1,5 +1,4 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div v-if="model">
 | 
			
		||||
  <el-input
 | 
			
		||||
    v-model="model[name]"
 | 
			
		||||
    type="textarea"
 | 
			
		||||
@ -11,7 +10,6 @@
 | 
			
		||||
    @input="inputHandler"
 | 
			
		||||
  >
 | 
			
		||||
  </el-input>
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user