remove search items for now
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
<Layout>
|
<Layout>
|
||||||
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
||||||
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
|
||||||
<PostListItem
|
<!-- <PostListItem
|
||||||
v-for="edge in searchResults"
|
v-for="edge in searchResults"
|
||||||
:key="edge.node.id"
|
:key="edge.node.id"
|
||||||
:record="edge.node"
|
:record="edge.node"
|
||||||
/>
|
/> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="pagination flex justify-center mb-8">
|
<!-- <div class="pagination flex justify-center mb-8">
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
v-if="searchResults.pageInfo.totalPages > 1"
|
v-if="searchResults.pageInfo.totalPages > 1"
|
||||||
/>
|
/>
|
||||||
</div> -->
|
</div> -->
|
||||||
{{ searchResults }}
|
|
||||||
</Layout>
|
</Layout>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -31,7 +30,7 @@ export default {
|
|||||||
title: "Search",
|
title: "Search",
|
||||||
},
|
},
|
||||||
data: () => ({
|
data: () => ({
|
||||||
q: "the",
|
q: "",
|
||||||
}),
|
}),
|
||||||
computed: {
|
computed: {
|
||||||
searchResults() {
|
searchResults() {
|
||||||
|
|||||||
Reference in New Issue
Block a user