Refactor
This commit is contained in:
parent
7a412500e1
commit
0489291815
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ export default Vue.extend({
|
|||
|
||||
methods: {
|
||||
save() {
|
||||
this._mutedWords = this.mutedWords.split('\n').map(line => line.split(' '));
|
||||
this._mutedWords = this.mutedWords.split('\n').map(line => line.split(' ').filter(x => x != ''));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue