add debug shortcode

This commit is contained in:
Helmut Merz 2023-03-01 07:41:43 +01:00
parent bf311a0dee
commit 6249f5f48c

View file

@ -0,0 +1,12 @@
<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>