|
@@ -25,7 +25,6 @@ const item = computed(() => {
|
|
|
const text = isArray ? values[0] : props.icon
|
|
|
const width = text.length * 9
|
|
|
const color = isArray ? values[1] : (values || 'var(--main-icon-color)')
|
|
|
- console.log({ width, color, text})
|
|
|
return { width, color, text}
|
|
|
})
|
|
|
|