refactoring
This commit is contained in:
5
docs/src/templates/DocPage.vue
Normal file
5
docs/src/templates/DocPage.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<Layout>
|
||||
<VueRemarkContent />
|
||||
</Layout>
|
||||
</template>
|
||||
@@ -1,14 +0,0 @@
|
||||
<template>
|
||||
<Layout>
|
||||
<h1>{{ $page.post.title }}</h1>
|
||||
<VueRemarkContent />
|
||||
</Layout>
|
||||
</template>
|
||||
|
||||
<page-query>
|
||||
query Post ($id: ID!) {
|
||||
post(id: $id) {
|
||||
title
|
||||
}
|
||||
}
|
||||
</page-query>
|
||||
Reference in New Issue
Block a user