Commit code with double quotes instead of single quotes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default {
|
||||
name: 'textareaAutoHeight',
|
||||
name: "textareaAutoHeight",
|
||||
update({ scrollHeight, clientHeight, style }) {
|
||||
if (scrollHeight !== clientHeight) {
|
||||
style.minHeight = `${scrollHeight}px`
|
||||
|
||||
Reference in New Issue
Block a user