ViewState
ViewState is a component that can retrieve and modify state from the server or client without using scripts.
id | first_name | last_name | avatar | |
---|---|---|---|---|
1 | george.bluth@reqres.in | George | Bluth | |
2 | janet.weaver@reqres.in | Janet | Weaver | |
3 | emma.wong@reqres.in | Emma | Wong | |
4 | eve.holt@reqres.in | Eve | Holt | |
5 | charles.morris@reqres.in | Charles | Morris | |
6 | tracey.ramos@reqres.in | Tracey | Ramos |
vue
ActionState
ActionState is a component that executes functions such as HttpPost and PluginHelper without using scripts, and retrieves the results.
vue