9 lines
108 B

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