repo reset & gridsome init
This commit is contained in:
13
src/layouts/Default.vue
Normal file
13
src/layouts/Default.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<static-query>
|
||||
query {
|
||||
metadata {
|
||||
siteName
|
||||
}
|
||||
}
|
||||
</static-query>
|
||||
Reference in New Issue
Block a user