mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-05-23 02:02:27 +08:00
🔥 perf(textarea): remove unused debug output
This commit is contained in:
parent
11018ba713
commit
817611c731
@ -114,8 +114,6 @@ export default defineComponent({
|
|||||||
textarea.value.rows = props.maxrows ? Math.min(computedRows, props.maxrows) : computedRows
|
textarea.value.rows = props.maxrows ? Math.min(computedRows, props.maxrows) : computedRows
|
||||||
}
|
}
|
||||||
textarea.value.style.overflow = overflowBefore
|
textarea.value.style.overflow = overflowBefore
|
||||||
|
|
||||||
console.log('computedRows', computedRows)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const updateValue = (value: string) => {
|
const updateValue = (value: string) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user