Update EditNote.vue

This commit is contained in:
Jesse-Ma
2023-04-12 17:38:21 +08:00
parent 2d4dd7f63d
commit 19cef5bb67

View File

@@ -444,7 +444,7 @@ export default {
} }
}, },
save() { save() {
return saveNote(this.noteForm,this,state,this.secret); return saveNote(this.noteForm,this.state,this.secret);
}, },
validateForm() { validateForm() {
let text = this.noteForm.text; let text = this.noteForm.text;