add debug shortcode
This commit is contained in:
parent
bf311a0dee
commit
6249f5f48c
1 changed files with 12 additions and 0 deletions
12
layouts/shortcodes/pv/debug.html
Normal file
12
layouts/shortcodes/pv/debug.html
Normal 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>
|
||||
|
Loading…
Add table
Reference in a new issue