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

Skip to content

Commit a673bfb

Browse files
authored
Update Documentation.vue
1 parent eeb0ea9 commit a673bfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/pages/Documentation.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<script>
99
import MainSource from "../../data/MainSource";
10+
import JSSource from "../../data/JSSource";
1011
import DocsNavbar from "../docs/Navbar.vue";
1112
1213
export default {
@@ -20,6 +21,7 @@ export default {
2021
return {
2122
sources: {
2223
[MainSource.id]: MainSource,
24+
[JSSource.id]: JSSource,
2325
},
2426
source: MainSource,
2527
tag: MainSource.defaultTag,

0 commit comments

Comments
 (0)