aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/.vuepress/enhanceApp.js
blob: 8452a86899db9f66ff073d40443d50e4ba07ce96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Client app enhancement file.
 *
 * https://v1.vuepress.vuejs.org/guide/basic-config.html#app-level-enhancements
 */

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 for the site.
}