treenode_editor | Fixed missing editorMode property.
This commit is contained in:
		
							parent
							
								
									ffe3e8256f
								
							
						
					
					
						commit
						e98a0590b7
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -35,6 +35,7 @@ export default { | ||||||
| 		item: Object, | 		item: Object, | ||||||
| 		create: Boolean, | 		create: Boolean, | ||||||
| 		showSelect: Boolean, | 		showSelect: Boolean, | ||||||
|  | 		editorMode: Boolean, | ||||||
| 	}, | 	}, | ||||||
| 	mounted: function(){ | 	mounted: function(){ | ||||||
| 		if (this.item.node.uloha === null){ | 		if (this.item.node.uloha === null){ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue