diff --git a/packages/docs/docs/.vuepress/enhanceApp.js b/packages/docs/docs/.vuepress/enhanceApp.js new file mode 100644 index 0000000000..18926a4d38 --- /dev/null +++ b/packages/docs/docs/.vuepress/enhanceApp.js @@ -0,0 +1,8 @@ +export default ({ + Vue, // the version of Vue being used in the VuePress app + options, // the options for the root Vue instance + router, // the router instance for the app + siteData // site metadata +}) => { + // ...apply enhancements to the app +}