We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddca08 commit d4c7b2aCopy full SHA for d4c7b2a
README.md
@@ -36,7 +36,7 @@ export default defineNuxtConfig({
36
37
```html
38
<script setup>
39
-// Need the base url or it will load forever
+// Base url is required
40
const { data } = useFetch('http://localhost:3000/api/todos')
41
</script>
42
```
0 commit comments