0 minutes, 25 seconds

Alpine Test XHTML

x-html sets the "innerHTML" property of an element to the result of a given expression.

Unlike Vue, Alpine doesn’t use a mustache-like syntax for interpolation.

Instead, it uses the x-text and x-html directives for interpolation, which work the same way as their Vue counterparts.

Previous Next