refactor(client): Use v-model for note component, freeze object

Related: #6595
This commit is contained in:
syuilo 2020-07-27 23:25:37 +09:00
parent cf43dd6ec5
commit 14b7f05af4
10 changed files with 111 additions and 70 deletions

View file

@ -52,7 +52,6 @@ export default Vue.extend({
});
const prepend = note => {
Object.freeze(note);
(this.$refs.tl as any).prepend(note);
this.$emit('note');