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 to nil.
  • v-ssr (:boolean) - Whether to render the component on the server. Defaults to nil.
  • v-socket (:map) - LiveView socket, should be provided when rendering inside LiveView. Defaults to nil.
  • 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 to nil.
  • v-ssr (:boolean) - Whether to render the component on the server. Defaults to nil.
  • v-socket (:map) - LiveView socket, should be provided when rendering inside LiveView. Defaults to nil.
  • Global attributes are accepted.