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

13
src/layouts/Default.vue Normal file
View File

@@ -0,0 +1,13 @@
<template>
<div>
<slot />
</div>
</template>
<static-query>
query {
metadata {
siteName
}
}
</static-query>