Skip to content

Commit 6cf7246

Browse files
authored
Merge pull request #978 from w3bdesign/974-release-nuxt-3-version
Test deploy
2 parents 2aa16f2 + f4bf892 commit 6cf7246

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)