We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6797dd commit c4574f4Copy full SHA for c4574f4
packages/docs/docs/.vuepress/enhanceApp.js
@@ -0,0 +1,8 @@
1
+export default ({
2
+ Vue, // the version of Vue being used in the VuePress app
3
+ options, // the options for the root Vue instance
4
+ router, // the router instance for the app
5
+ siteData // site metadata
6
+}) => {
7
+ // ...apply enhancements to the app
8
+}
0 commit comments