navigation in backoffice works again

This commit is contained in:
2020-10-14 13:18:29 +02:00
parent db5b0d4066
commit efdad0102c
88 changed files with 592 additions and 403 deletions
@@ -33,6 +33,8 @@
export default {
name: 'uiModulePreview',
emits: ['edit', 'remove', 'isActive'],
props: {
value: {
type: Object,
@@ -36,6 +36,8 @@
export default {
name: 'uiModulesSelect',
emits: ['selected'],
props: {
value: Array,
config: Object,
@@ -17,6 +17,8 @@
export default {
name: 'uiModules',
emits: ['input'],
props: {
value: {
type: Array,