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:
@@ -59,6 +59,14 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
definePageMeta({
|
||||
id: 2,
|
||||
pageTransition: {
|
||||
name: 'slide',
|
||||
mode: 'out-in'
|
||||
}
|
||||
})
|
||||
|
||||
import _groupBy from 'lodash-es/groupBy'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user