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

11 lines
182 B
HTML

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