repo reset & gridsome init

This commit is contained in:
2021-07-31 12:30:22 +02:00
parent c285874dc4
commit 8c552ebf03
42 changed files with 6583 additions and 8816 deletions

11
src/pages/About.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<p>/about</p>
</template>
<script>
export default {
metaInfo: {
title: 'about',
},
};
</script>