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

13 lines
251 B
HTML

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