Skip to content

Commit

Permalink
docs(useMagicKeys): fix demo (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed Jan 30, 2023
1 parent 176abcb commit 99922ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/useMagicKeys/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const keys = computed(() => Array.from(current))
<div class="flex flex-col md:flex-row">
<img
src="/vue.svg"
class="h-38 py-8 m-auto transform transistion duration-500"
class="h-38 py-8 m-auto transform transition duration-500"
:class="{ 'opacity-0': !v_u_e, 'rotate-180': shift }"
>

Expand Down Expand Up @@ -69,7 +69,7 @@ const keys = computed(() => Array.from(current))

<img
src="/favicon.svg"
class="h-38 py-8 m-auto transform transistion duration-500"
class="h-38 py-8 m-auto transform transition duration-500"
:class="{ 'opacity-0': !u_s_e, 'rotate-180': shift }"
>
</div>
Expand Down

0 comments on commit 99922ec

Please sign in to comment.