Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9638900

Browse files
committed
docs: update docs/vue-integration/index.html
1 parent 01aac6e commit 9638900

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/vue-integration/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222

2323
window.$docsify = {
2424
name: 'DocsifyJS Vue Integration',
25-
repo: repo,
25+
repo,
2626
auto2top: true,
2727
coverpage: false,
2828
loadSidebar: true,
29-
subMaxLevel: 2
29+
themeColor: '#3271a8',
30+
31+
subMaxLevel: 2,
3032
}
3133

3234
</script>

0 commit comments

Comments
 (0)