Skip to content

Commit e2c199e

Browse files
authored
docs(useAsyncState): fix usage example (#4915)
1 parent 497dbb7 commit e2c199e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/useAsyncState/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function action(event) {
4343
Execute now
4444
</button>
4545
46-
<button class="ml-2 button" @click="event => execute(500, event.target)">
46+
<button class="ml-2 button" @click="event => execute(500, event)">
4747
Execute with delay
4848
</button>
4949
</template>

0 commit comments

Comments
 (0)