Commit 01bfddc5 authored by Luke Bennett's avatar Luke Bennett

Resolve noteable_note

parent 90944c7f
......@@ -51,10 +51,7 @@
return `note_${this.note.id}`;
},
},
<<<<<<< HEAD
=======
>>>>>>> upstream/master
created() {
eventHub.$on('enterEditMode', ({ noteId }) => {
if (noteId === this.note.id) {
......@@ -63,10 +60,7 @@
}
});
},
<<<<<<< HEAD
=======
>>>>>>> upstream/master
methods: {
...mapActions([
'deleteNote',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment