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 5edbcd0 commit 3ddca08Copy full SHA for 3ddca08
README.md
@@ -35,7 +35,7 @@ export default defineNuxtConfig({
35
```
36
37
```html
38
-<script setup lang="ts">
+<script setup>
39
// Need the base url or it will load forever
40
const { data } = useFetch('http://localhost:3000/api/todos')
41
</script>
0 commit comments