Skip to content

Commit beb7bd7

Browse files
committed
docs: change doc
1 parent 9002ef9 commit beb7bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ export type Methods = DefineMethods<{
4848
<template>
4949
<div>
5050
<h1>Hello World!</h1>
51-
<button @click="getPosts">getPosts</button>
51+
<button @click="getPosts">Get Posts</button>
5252
</div>
5353
</template>
5454
<script lang="ts" setup>
55-
const sendRequests = async () => {
55+
const getPosts = async () => {
5656
const response = await useApi().posts.get()
5757
}
5858
</script>

0 commit comments

Comments
 (0)