vue-input-autosize
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "vue-input-autosize", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A simple Vue.js directive to autosize text input fields", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -13,11 +13,11 @@ # vue-input-autosize | ||
Coming soon... | ||
```js | ||
import Vue from "vue"; | ||
import VueInputAutosize from "vue-input-autosize"; | ||
## Development | ||
Vue.use(VueInputAutosize, { maxWidth: 500, minWidth: 20, comfortZone: 0 }); | ||
``` | ||
Coming soon... | ||
## License | ||
## TODO | ||
- [ ] Tests | ||
- [ ] Improve the example | ||
MIT © [Collin Henderson](https://github.com/syropian) |
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
7330