src/books/sportsAndHealth/view/components/chapter001.vue
@@ -6122,7 +6122,11 @@ }; }, created() { const localData = JSON.parse(localStorage.getItem("chapter001")); // console.log(localData); // debugger if (localData) { this.chapter001 = { ...Object.assign(this.chapter001, localData) }; }