Skip to content

Commit

Permalink
docs: fix useMouseInElement demo (vitest-dev#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbng committed Feb 26, 2021
1 parent 839cd86 commit 5941014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useMouseInElement/demo.vue
Expand Up @@ -11,5 +11,5 @@ const text = stringify(mouse)

<template>
<CompA ref="target" />
<pre ref="demo" lang="yaml">{{ text }}</pre>
<pre lang="yaml">{{ text }}</pre>
</template>

0 comments on commit 5941014

Please sign in to comment.