portfolio/pages/index.vue

10 lines
177 B
Vue
Raw Normal View History

2023-02-09 20:21:20 +01:00
<template>
<div class="h-screen snap-y snap-mandatory overflow-y-auto bg-dark-200">
<Heading />
<About />
<Skills />
</div>
</template>
<script setup></script>