mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-17 22:29:46 +02:00
examples
This commit is contained in:
5
apps/views/admin/post/edit.ls
Normal file
5
apps/views/admin/post/edit.ls
Normal file
@ -0,0 +1,5 @@
|
||||
<?lua
|
||||
local args = {...}
|
||||
echo("edit page <br/>")
|
||||
echo(JSON.encode(args))
|
||||
?>
|
Reference in New Issue
Block a user