todo-vue icon indicating copy to clipboard operation
todo-vue copied to clipboard

Code for YouTube series on building a Todo App in Vue.js

Results 6 todo-vue issues
Sort by recently updated
recently updated
newest added

error in ./src/components/TodoList.vue Module build failed: TypeError: this.getResolve is not a function at Object.loader (/Users/nitishharsoor/node_modules/sass-loader/dist/index.js:52:26) @ ./node_modules/vue-style-loader!./node_modules/css-loader?{"sourceMap":true}!./node_modules/vue-loader/lib/style-compiler?{"vue":true,"id":"data-v-3de4 7834","scoped":false,"hasInlineConfig":false}!/Users/nitishharsoor/node_modules/sass-loader/dist/cjs.js?{"sourceMap":true}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/components/TodoList.vue 4:14-386 13:3-17:5 14:22-394 @ ./src/components/TodoList.vue @ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/App.vue @ ./src/App.vue @ ./src/main.js @...

I get error in console when I want to register: Error: Network Error ------------------------------------------------------- This is at "Sources" in Cosole at line 96: .catch(error => { error = Error: Network...

Hi @drehimself I found an issue with the ids in the store as I have 5 records in the database starting from id 1. Now If I add several more...

126-128 = Support for the Firefox browser without polyfill (Firefox do not support event as global). Proposition : ```javascript //line 72-80 if (this.filter == 'all') { return this.todos } else...

Could you please specify the node version you've used and check that all dependencies are alive Thank you!