19 lines
		
	
	
	
		
			376 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			376 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div v-scope>
 | |
|   <input type="text" name="txt" autofocus
 | |
| 		 v-model="data.txt"
 | |
| 		 @vue:mounted="$el.value = ''"
 | |
|  		 @change="save($el.value)" />
 | |
| </div>
 | |
| 
 | |
| <div v-scope @vue:mounted="mounted('data')">
 | |
|   <pre v-text="data"></pre>
 | |
| </div>
 | |
| 
 | |
| <div v-scope @vue:mounted="mounted('output')">
 | |
|   <pre v-text="output"></pre>
 | |
| </div>
 | |
| 
 | |
| <div v-scope>
 | |
|   <div>id = {| conf.itemid |}</div>
 | |
| </div>
 | |
| 
 |