mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-17 19:36:32 +01:00
Add page transitions
This commit is contained in:
@@ -31,6 +31,14 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
definePageMeta({
|
||||
id: 1,
|
||||
pageTransition: {
|
||||
name: 'slide',
|
||||
mode: 'out-in'
|
||||
}
|
||||
})
|
||||
|
||||
export default {
|
||||
name: 'IndexPage'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user