mirror of
https://github.com/Dichgrem/Vue.git
synced 2025-12-17 22:12:00 -05:00
style:fmt
This commit is contained in:
@@ -99,8 +99,9 @@ export default {
|
||||
|
||||
methods: {
|
||||
delTodo(item) {
|
||||
this.$emit("delTodo", item)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
this.$emit("delTodo", item);
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user