Creating a Component
To create a component call $app.createComponent()
passing the name of the component and the data used to initialise the reactive store.
Arguments
Name
Type
Description
Name
string (snake_case)
The name of the component
Initial Data
object
Data used to initialise the reactive data store
Example
Last updated