We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ee151 commit 3631d7fCopy full SHA for 3631d7f
.vitepress/theme/index.js
@@ -1,6 +1,7 @@
1
-import Theme from "@nativescript/vitepress-theme";
2
-import "@nativescript/vitepress-theme/theme/style.css";
+import Theme from '@nativescript/vitepress-theme'
+import '@nativescript/vitepress-theme/theme/style.css'
3
4
export default {
5
...Theme(),
6
-};
+ enhanceApp() {},
7
+}
0 commit comments