This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Description
Hey,
I use it like this:
<textarea name="content" v-model="content" v-autosize="content" class="Article__Edit__Textarea" debounce="500"></textarea>
The content variable is a property on the component. When I load the site, the textarea has its original height until I change something in the text. Is this a bug or intended?