mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
add echo renderer
This commit is contained in:
parent
98ae7c842f
commit
3240c53174
1 changed files with 2 additions and 0 deletions
2
docs/render/echo.js
Normal file
2
docs/render/echo.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
console.log("params",params)
|
||||
document.body.appendChild(document.createTextNode(params.body))
|
||||
Loading…
Reference in a new issue