This commit is contained in:
syuilo
2022-01-13 01:50:53 +09:00
parent d2623a2ef2
commit 25f15677c3
29 changed files with 5 additions and 109 deletions

View File

@@ -87,10 +87,6 @@ export default defineComponent({
this.hardWordMutedNotesCount = (await os.api('i/get-word-muted-notes-count', {})).count;
},
mounted() {
this.$emit('info', this[symbols.PAGE_INFO]);
},
methods: {
async save() {
this.$store.set('mutedWords', this.softMutedWords.trim().split('\n').map(x => x.trim().split(' ')));