Skip to content

Commit e803866

Browse files
Update index.html (#2970)
Changed 'master' to 'main' in order to make the example work correctly.
1 parent 19c7843 commit e803866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/examples/vue-20-github-commits/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ <h1>Latest Vue.js Commits</h1>
5050
el: "#demo",
5151

5252
data: {
53-
branches: ["master", "dev"],
54-
currentBranch: "master",
53+
branches: ["main", "dev"],
54+
currentBranch: "main",
5555
commits: null
5656
},
5757

0 commit comments

Comments
 (0)