Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLeandro1204 committed Nov 29, 2017
1 parent b4615ff commit e818194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/VueTwitterCounter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
},
show () {
return currentLength > 0;
return this.currentLength > 0;
},
linecap () {
Expand Down

0 comments on commit e818194

Please sign in to comment.