fix select defaut value
This commit is contained in:
@@ -73,7 +73,6 @@ export default {
|
||||
// eslint-disable-next-line no-undef
|
||||
axios.post('/api/to-do-lists', {name: this.name})
|
||||
.then(res => {
|
||||
console.log(res)
|
||||
this.modal = false
|
||||
this.name = ''
|
||||
this.toDoLists.push(res.data)
|
||||
|
||||
Reference in New Issue
Block a user