hugo-theme-cyberscopes/layouts/shortcodes/pv/debug.html
2023-03-01 07:41:43 +01:00

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>