Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tthallos authored Sep 14, 2017
1 parent 8bfce0d commit 767aeb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ exports.install = function(Vue) {
var tagName = el.tagName
if (tagName == 'TEXTAREA') {
autosize.update(el)
} else if (tagName == 'INPUT' && el.type == 'text') {
autoSizeInput(el)
}
},

Expand Down

0 comments on commit 767aeb3

Please sign in to comment.