9 lines
106 B

<textarea value='{foo}'/>
<script>
export default {
data () {
return { foo: 42 };
}
};
</script>