-
Notifications
You must be signed in to change notification settings - Fork 8
Does not resize on initial page load #1
Comments
@PhillippOhlandt Can you give a reproduction link ? because I have no problem with your code. |
Hey, sorry for the late reply. Here is a webpackbin: |
+1 |
@PhillippOhlandt |
@mage3k Thanks for the explanation. I use vue 1.0.22 in my project and get the same behaviour. |
+1 |
+1 Having the same issue |
@morr's implementation fixes that, simply use his version! |
Hi @mage3k I've created a new PR for this fix (Basically just copied @morr's code) with no merge conflicts. Please check in at your earliest convenience |
Hey,
I use it like this:
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?
The text was updated successfully, but these errors were encountered: