refactoring

This commit is contained in:
Philipp Kühn
2020-04-18 17:05:29 +02:00
parent cb8968061c
commit b6d87326ee
11 changed files with 55 additions and 128 deletions

View File

@@ -0,0 +1,5 @@
<template>
<Layout>
<VueRemarkContent />
</Layout>
</template>

View File

@@ -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>