Skip to content

Commit f4bf892

Browse files
committed
Test deploy
1 parent 6f6ca9d commit f4bf892

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pages/index.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
<template>
22
<div>
33
<IndexHero />
4-
<div v-if="data.products">
5-
<ProductsShowAll :products="data.products.nodes" />
6-
</div>
74
</div>
85
</template>
9-
10-
<script setup>
11-
import FETCH_ALL_PRODUCTS_QUERY from "@/apollo/queries/FETCH_ALL_PRODUCTS_QUERY.gql";
12-
13-
const variables = { limit: 5 };
14-
const { data } = await useAsyncQuery(FETCH_ALL_PRODUCTS_QUERY, variables);
15-
</script>

0 commit comments

Comments
 (0)