19 lines
376 B
HTML
19 lines
376 B
HTML
<div v-scope="Data()">
|
|
<input type="text" name="txt" autofocus
|
|
v-model="data.txt"
|
|
@vue:mounted="$el.value = ''"
|
|
@change="save($el.value)" />
|
|
|
|
<div @vue:mounted="mounted('data')">
|
|
<pre v-text="data"></pre>
|
|
</div>
|
|
|
|
<div @vue:mounted="mounted('output')">
|
|
<pre v-text="output"></pre>
|
|
</div>
|
|
|
|
<div>
|
|
<div>id = {| conf.itemid |}</div>
|
|
</div>
|
|
|
|
</div>
|