Skip to content

Commit

Permalink
chore(docs): fix transition mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Mar 18, 2024
1 parent 61972cf commit c1b3990
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/docs/layouts/landing.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<template>
<VaConfig :colors="{ currentPresetName: 'landing' }">
<div class="landing">
<NuxtPage />
</div>
</VaConfig>
<div>
<VaConfig :colors="{ currentPresetName: 'landing' }">
<div class="landing">
<NuxtPage />
</div>
</VaConfig>
</div>
</template>

<script lang="ts" setup>
Expand Down

0 comments on commit c1b3990

Please sign in to comment.