Skip to content

Commit

Permalink
Fix Vue docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Jan 9, 2025
1 parent 004af75 commit 6a8a24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/[...framework]/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Formatting options for the number; see MDN for [a full reference](https://develo
</Match>
<Match vue>
```vue
<NumberFlow format="{ notation: 'compact' }" :value />
<NumberFlow :format="{ notation: 'compact' }" :value />
```
</Match>
<Match svelte>
Expand Down

0 comments on commit 6a8a24f

Please sign in to comment.