Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 13, 2024
1 parent f7c6025 commit 63a7756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/vue/api/composables/useBlockNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const { data: blockNumber } = useBlockNumber({
`MaybeRef<boolean | UseWatchBlockNumberParameters> | undefined`

- Enables/disables listening for block number changes.
- Can pass a subset of [`UseWatchBlockNumberParameters`](/vue/api/composables/useWatchBlockNumber#parameters)directly to [`useWatchBlockNumber`](/vue/api/composables/useWatchBlockNumber).
- Can pass a subset of [`UseWatchBlockNumberParameters`](/vue/api/composables/useWatchBlockNumber#parameters) directly to [`useWatchBlockNumber`](/vue/api/composables/useWatchBlockNumber).

::: code-group
```vue [index.vue]
Expand Down
1 change: 1 addition & 0 deletions site/vue/api/composables/useWatchBlockNumber.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# useWatchBlockNumber
1 change: 1 addition & 0 deletions site/vue/guides/connect-wallet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Connect Wallet

0 comments on commit 63a7756

Please sign in to comment.