mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-24 04:50:34 +03:00
useage readme updates
This commit is contained in:
@@ -17,6 +17,10 @@ import VueInputAutosize from "vue-input-autosize";
|
|||||||
Vue.use(VueInputAutosize, { maxWidth: 500, minWidth: 20, comfortZone: 0 });
|
Vue.use(VueInputAutosize, { maxWidth: 500, minWidth: 20, comfortZone: 0 });
|
||||||
```
|
```
|
||||||
|
|
||||||
|
...and inside your template:
|
||||||
|
|
||||||
|
`<input type='text' v-model='msg' v-input-autosize />`
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT © [Collin Henderson](https://github.com/syropian)
|
MIT © [Collin Henderson](https://github.com/syropian)
|
||||||
|
|||||||
Reference in New Issue
Block a user