Skip to content

Commit 3ddca08

Browse files
committed
docs: update readme
1 parent 5edbcd0 commit 3ddca08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineNuxtConfig({
3535
```
3636

3737
```html
38-
<script setup lang="ts">
38+
<script setup>
3939
// Need the base url or it will load forever
4040
const { data } = useFetch('http://localhost:3000/api/todos')
4141
</script>

0 commit comments

Comments
 (0)