You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defmoduleCodesOnChain.TestLivedo@moduledoc""" Test to impl a dynamic webpage by snippet! """useFunctionServerBasedOnArweaveWeb,:live_viewaliasComponents.KVHandler.KVRouterdefget_module_doc,do: @moduledoc@impltruedefrender(assigns)do~H""" Hello World!"""enddefregister()doKVRouter.put_routes([["/uri1",Atom.to_string(__MODULE__),"index"]])end@impltruedefmount(_params,_session,socket)do{:ok,socket}end@impltruedefhandle_event(_key,_params,socket)do{:noreply,socket}endend
change the render() func, let the template from a html file from gist(Using the Component.Gist
The text was updated successfully, but these errors were encountered:
leeduckgo
transferred this issue from NonceGeek/tai_shang_micro_faas_system
May 16, 2022
Test Live Now:
change the render() func, let the template from a html file from gist(Using the Component.Gist
The text was updated successfully, but these errors were encountered: