DEV Community

Discussion on: Create ToDo App With Vue 3 Composition API

Collapse
 
singhtanya123 profile image
Winter-leaf

Hey , JSON.parse(localStorage.getItem('todos'))
This code doesn't have any todos, from where it is saving and fetching data.

Collapse
 
rodrigosantosdev profile image
Rodrigo Santos

move the page scroll, there's more content to the side #bug

Collapse
 
rodrigosantosdev profile image
Rodrigo Santos

const todosData = JSON.parse(localStorage.getItem('todos')) || defaultData;