I would like to use some of my VM data inside a v-model directive. As an example:
http://jsfiddle.net/6ZX3C/1/
The second textarea is my desired result but as you can see it does not have a v-model directive on it. Is there a workaround or better way to approach this? Also interestingly enough it works fine for the input box, the textarea is the one not compiling correctly.
Thanks!