summaryrefslogtreecommitdiff
path: root/src/views/Home.vue
blob: 17ab4d06a755c06ddb11f070803ef3efa8e694a4 (plain)
1
2
3
4
5
6
7
8
9
10
<template lang="pug">
  main
    h1 Hello
</template>

<script>
export default {
  name: "Home",
}
</script>