treenode_editor | Fixed missing editorMode property.

This commit is contained in:
Tomas 'Jethro' Pokorny 2020-11-03 22:13:31 +01:00
parent ffe3e8256f
commit e98a0590b7

View file

@ -35,6 +35,7 @@ export default {
item: Object,
create: Boolean,
showSelect: Boolean,
editorMode: Boolean,
},
mounted: function(){
if (this.item.node.uloha === null){
@ -71,4 +72,4 @@ export default {
.upravit {
margin-top:-40px;
}
</style>
</style>