7863-devToTest_2434 #613
|
@ -157,7 +157,6 @@ const col = computed(() => {
|
|||
newColumn.component = 'checkbox';
|
||||
if ($props.default && !newColumn.component) newColumn.component = $props.default;
|
||||
|
||||
if ($props.componentProp == 'columnCreate') console.log('newColumn: ', newColumn);
|
||||
return newColumn;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue