Skip to content

Commit

Permalink
Merge pull request #16 from gwleuverink/fix/missing-init-prop
Browse files Browse the repository at this point in the history
Add missing init prop
  • Loading branch information
gwleuverink committed Aug 25, 2024
2 parents ba3acf5 + 441f23c commit 673108d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ba11d6aba92e038053ced776acbea2162480bced
ce545c791e04bbb7bc7504ef3cd3723e0bcc130f
2b933d9eef0263a6907b2d11e0917f6d9c6bed20
2 changes: 1 addition & 1 deletion docs/integrations/alpinejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default (() => {
That's it! 🤟

```html
<x-import module="~/bootstrap/alpine" />
<x-import module="~/bootstrap/alpine" init />

<div x-data="{ message: 'Hello World!' }">
<h1 x-text="message"></h1>
Expand Down

0 comments on commit 673108d

Please sign in to comment.