From 23d90293134aaf0e9c1394280f76908c9ea8148c Mon Sep 17 00:00:00 2001 From: Dian Yordanov Date: Tue, 11 Oct 2022 11:18:56 +0300 Subject: [PATCH] Update index.html Changed 'master' to 'main' in order to make the example work correctly. --- src/v2/examples/vue-20-github-commits/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v2/examples/vue-20-github-commits/index.html b/src/v2/examples/vue-20-github-commits/index.html index 7653602469..fcd5d00d68 100644 --- a/src/v2/examples/vue-20-github-commits/index.html +++ b/src/v2/examples/vue-20-github-commits/index.html @@ -50,8 +50,8 @@

Latest Vue.js Commits

el: "#demo", data: { - branches: ["master", "dev"], - currentBranch: "master", + branches: ["main", "dev"], + currentBranch: "main", commits: null },