Skip to content

Commit 64ef4ca

Browse files
authored
Update vue-truncate.js
1 parent 778a8be commit 64ef4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue-truncate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
Vue.filter('truncate', function (text, length, clamp) {
16-
text = text || ''
16+
text = text || '';
1717
clamp = clamp || '...';
1818
length = length || 30;
1919

0 commit comments

Comments
 (0)