mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-05-22 19:52:26 +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.style.overflow = overflowBefore
|
||||
|
||||
console.log('computedRows', computedRows)
|
||||
}
|
||||
|
||||
const updateValue = (value: string) => {
|
||||
|
Loading…
Reference in New Issue
Block a user