Skip to content

Commit

Permalink
Merge pull request #45 from qimolin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem authored Jun 14, 2024
2 parents ff44cbf + b124f34 commit 28bd76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.features/2.serverMedusaClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default eventHandler(async (event) => {

In here, we are registering a new `eventHandler` that will create a connection to the Medusa platform and then fetch the product list that can be later returned.

Finally, let's fetch this data in our Vue components by using `$fetch` as shown below:
Finally, let's fetch this data in our Vue components by using `useFetch` as shown below:

```vue
<script lang="ts" setup>
Expand Down

0 comments on commit 28bd76c

Please sign in to comment.