Skip to content

Commit 2d6a66e

Browse files
Remove test console logs
1 parent 60e98bd commit 2d6a66e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/plugin/slots/HeadersSlot.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ const theme = useTheme();
136136
const columns = computed<Column[]>(() => checkColumnWidthUsage());
137137
138138
139-
console.log(iconOptions);
140-
141-
142139
watch(() => props.items, (newItems) => {
143140
items.value = newItems;
144141
@@ -215,7 +212,6 @@ const computedColors = computed<ColorsObject>(() => {
215212
});
216213
217214
const cellStyles = (column: { width?: string | number; }, dataTableExpand = false): CSSProperties => {
218-
console.log(computedColors.value);
219215
return useHeaderCellStyles({
220216
colors: computedColors.value,
221217
column,

0 commit comments

Comments
 (0)