commit
This commit is contained in:
@@ -53,7 +53,7 @@ const changed = ref(false);
|
||||
let timeoutId;
|
||||
|
||||
const saveMemo = () => {
|
||||
store.set('memo', text.value);
|
||||
store.commit('memo', text.value);
|
||||
changed.value = false;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user