autosize-vue
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "autosize-vue", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JQuery vue autosize", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -90,3 +90,3 @@ var autosize = require('autosize') | ||
Vue.directive('autosize', { | ||
bind: function(el, binding) { | ||
inserted: function(el, binding) { | ||
var tagName = el.tagName | ||
@@ -93,0 +93,0 @@ if (tagName == 'TEXTAREA') { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15915