Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 18, 2024
1 parent 26c3ac8 commit 7b3f396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/alpinejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default (() => {
<x-import module="~/components/hello-world" />

<div x-data="dropdown">
<button @click="toggle">Open</button>
<button x-on:click="toggle">Open</button>

<div x-show="open">...</div>
</div>
Expand Down

0 comments on commit 7b3f396

Please sign in to comment.