Skip to content

Commit

Permalink
fix(example): fix example issue (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib authored Apr 6, 2024
1 parent 9a867e7 commit c92bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ const b = new Proxy(a, {
{b.value}

<button onclick={() => {
b.count++;
b.value++;
}}>change</button>
</template>
```
Expand Down

0 comments on commit c92bdb8

Please sign in to comment.