up.
This commit is contained in:
parent
0133335794
commit
6c1421d7b6
@ -174,7 +174,7 @@ const HIDE_FORM_ITEM_WHERE: any = {
|
|||||||
return ['separator', 'alert', 'card', 'collapse','tabs'].indexOf(<string>form.type) == -1
|
return ['separator', 'alert', 'card', 'collapse','tabs'].indexOf(<string>form.type) == -1
|
||||||
},
|
},
|
||||||
preview: ()=>{
|
preview: ()=>{
|
||||||
return ['tabs', 'tabs_item','card', 'collapse', 'alert', 'separator'].indexOf(<string>form.type) == -1
|
return ['tabs', 'tabs_item','card', 'collapse', 'alert', 'separator','json'].indexOf(<string>form.type) == -1
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const preview = computed(() => {
|
const preview = computed(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user