2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-12 16:42:27 +03:00

useage readme updates

This commit is contained in:
syropian
2016-07-24 14:54:14 -04:00
parent 29d7f59401
commit ecd28ee1fd
+4
View File
@@ -17,6 +17,10 @@ import VueInputAutosize from "vue-input-autosize";
Vue.use(VueInputAutosize, { maxWidth: 500, minWidth: 20, comfortZone: 0 });
```
...and inside your template:
`<input type='text' v-model='msg' v-input-autosize />`
## License
MIT © [Collin Henderson](https://github.com/syropian)