#page crashes when using `useFetch`
8 messages · Page 1 of 1 (latest)
if i remove the line the page works again
Replace http://localhost:4489/news/latest with https://jsonplaceholder.typicode.com/users/1. If it works, your server is the issue not useFetch.
Not sure. Remove lang="js" and then do a v-if on <section v-if="news">
Remove lang="js" works 🙂
Cool I've only seen lang="ts" be a thing