Skip to content

Commit

Permalink
zore: change dev example.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jul 26, 2024
1 parent 7ff255c commit 1afec8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/core/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ZUI JavaScript 核心库

## `zui-on`

```html:example
<button
type="button"
class="btn"
zui-on="click ~ alert('Hello World!')"
>Click Me</button>
```

## HList

```html:example
Expand Down

0 comments on commit 1afec8c

Please sign in to comment.