Skip to content

Commit 66bbfc7

Browse files
committed
update commits example (remove alpha branch)
1 parent bd6b225 commit 66bbfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/commits/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var demo = new Vue({
2424
el: '#demo',
2525

2626
data: {
27-
branches: ['master', 'dev', '1.0.0-alpha'],
27+
branches: ['master', 'dev'],
2828
currentBranch: 'master',
2929
commits: null
3030
},

0 commit comments

Comments
 (0)