12 lines
224 B
HTML
12 lines
224 B
HTML
<div v-scope>
|
|
<div>id = {| conf.itemid |}</div>
|
|
</div>
|
|
|
|
<div v-scope @vue:mounted="mounted('data')">
|
|
<pre v-text="data"></pre>
|
|
</div>
|
|
|
|
<div v-scope @vue:mounted="mounted('output')">
|
|
<pre v-text="output"></pre>
|
|
</div>
|
|
|