Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Doesn't Work with v-model #3

Closed
iolson opened this issue Nov 1, 2016 · 3 comments
Closed

Doesn't Work with v-model #3

iolson opened this issue Nov 1, 2016 · 3 comments

Comments

@iolson
Copy link

iolson commented Nov 1, 2016

<textarea v-autosize="form.message" name="message" id="message" v-model="form.message"></textarea>

I get the following error: http://d.pr/i/zAsa

@tthallos
Copy link
Owner

tthallos commented Nov 2, 2016

Not support v-model, you can use it like this

<textarea v-autosize="form.message" name="message" id="message">{{form.message}}</textarea>

@KnutSv
Copy link

KnutSv commented Mar 29, 2017

That doesn't seem to work with Vue2

@tthallos
Copy link
Owner

tthallos commented Mar 29, 2017

See #4 @KnutSv

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants