View Source LiveVue (LiveVue v0.2.0)
See README.md for installation instructions and usage.
Summary
Functions
Attributes
v-component
(:string
) (required) - Name of the Vue component.Examples include"YourComponent"
, and"directory/Example"
.class
(:string
) - Class to apply to the Vue component. Defaults tonil
.v-ssr
(:boolean
) - Whether to render the component on the server. Defaults tonil
.v-socket
(:map
) - LiveView socket, should be provided when rendering inside LiveView. Defaults tonil
.- Global attributes are accepted.
Functions
Attributes
v-component
(:string
) (required) - Name of the Vue component.Examples include"YourComponent"
, and"directory/Example"
.class
(:string
) - Class to apply to the Vue component. Defaults tonil
.v-ssr
(:boolean
) - Whether to render the component on the server. Defaults tonil
.v-socket
(:map
) - LiveView socket, should be provided when rendering inside LiveView. Defaults tonil
.- Global attributes are accepted.