navigation in backoffice works again
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user