mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(settings): add transition on bewlybewly page settings
This commit is contained in:
@@ -51,7 +51,9 @@ const pages = [
|
||||
|
||||
<!-- Content -->
|
||||
<div class="flex-1 p-4">
|
||||
<Component :is="pages.find(page => page.value === activePage)?.component" />
|
||||
<Transition name="page-fade">
|
||||
<Component :is="pages.find(page => page.value === activePage)?.component" />
|
||||
</Transition>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user