Skip to content

Commit

Permalink
docs: fix navbard and axios calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Nov 8, 2022
1 parent d467242 commit 4f9ae76
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 201 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "./window-boot.js";
import VueTsED from "vuepress-theme-tsed/src/install";
import "./styles/style.css";
import "prismjs/components/prism-groovy";
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/window-boot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
if (typeof window !== "undefined") window.global = window;
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
},
"homepage": "http://tsed.io/",
"dependencies": {
"cross-env": "7.0.3",
"millify": "^3.5.0"
"cross-env": "7.0.3"
},
"devDependencies": {
"@tsed/markdown-it-symbols": "3.20.4",
Expand All @@ -64,8 +63,9 @@
"@vuepress/plugin-medium-zoom": "1.9.7",
"@vuepress/plugin-pwa": "1.9.7",
"vue-analytics": "5.22.1",
"axios": "0.27.2",
"vuepress": "1.9.7",
"vuepress-theme-tsed": "3.19.5"
"vuepress-theme-tsed": "3.20.5"
},
"directories": {
"packages": "packages",
Expand Down
Loading

0 comments on commit 4f9ae76

Please sign in to comment.