Fix indent
This commit is contained in:
parent
aaa865beb9
commit
2eea6e9f39
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
methods: {
|
||||
trimmedLength(text: string) {
|
||||
trimmedLength(text: string) {
|
||||
return length(text.trim());
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue