Skip to content

Commit

Permalink
fix-unnecessary components
Browse files Browse the repository at this point in the history
related feature that related to #299
  • Loading branch information
SivanYeh committed Aug 6, 2023
1 parent ad9bc10 commit e8150c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/ccip.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<template>
<div class="default-layout">
<div class="default-layout__body">
<Nuxt keep-alive :keep-alive-props="{ include: includeArr }" />
<Nuxt />
<core-footer />
</div>
</div>
</template>
Expand Down

0 comments on commit e8150c6

Please sign in to comment.