aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/index.vue
blob: 6f9c6767fa1fc2495dff5d258032c5a72f9ad0e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
        <p>test</p>
</template>

<script>
export default {
  name: 'projects'
}
</script>

<style scoped>

</style>