hugo-theme-cyberscopes/layouts/shortcodes/pv/debug.html

8 lines
143 B
HTML

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