This commit is contained in:
2019-04-22 21:15:30 +00:00
parent c2f84bd5c4
commit 962522a2c4
2 changed files with 30 additions and 27 deletions

View File

@@ -132,7 +132,8 @@ export default {
owner: keyparts[0],
key: keyparts[1],
data: menuItem.data,
disabled: menuItem.disabled
disabled: menuItem.disabled,
vm: menuItem.vm ? menuItem.vm : null
};
}
//new functions above here