Skip to content

Commit e818194

Browse files
ops
1 parent b4615ff commit e818194

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/VueTwitterCounter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
},
145145
146146
show () {
147-
return currentLength > 0;
147+
return this.currentLength > 0;
148148
},
149149
150150
linecap () {

0 commit comments

Comments
 (0)