|
@@ -37,7 +37,7 @@ const emit = defineEmits(['change']);
|
|
|
|
|
|
const valueData = ref(null);
|
|
|
|
|
|
-const bigTitles = ['FORM_GROUP_TITLE', 'ONLY_TITLE'];
|
|
|
+const bigTitles = ['FORM_GROUP_TITLE', 'ONLY_TITLE', 'LABEL'];
|
|
|
const isBigTitle = computed(() => {
|
|
|
return bigTitles.includes(props.config.code);
|
|
|
});
|