Skip to content

Commit

Permalink
docs(useMouse): fix demo (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
huodoushigemi committed Oct 21, 2022
1 parent d0dffc6 commit d080b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/.vitepress/plugins/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const stringify = reactify(
skipInvalid: true,
forceQuotes: true,
condenseFlow: true,
noCompatMode: true,
quotingType: '\'',
}),
)

0 comments on commit d080b73

Please sign in to comment.