1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-02-13 22:42:47 +01:00
Xuan Sang LE f253bc471f examples
2018-08-22 19:56:56 +02:00

5 lines
75 B
Plaintext

<?lua
local args = {...}
echo("edit page <br/>")
echo(JSON.encode(args))
?>