diff options
Diffstat (limited to 'doc/docs/.vuepress/enhanceApp.js')
| -rwxr-xr-x | doc/docs/.vuepress/enhanceApp.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/docs/.vuepress/enhanceApp.js b/doc/docs/.vuepress/enhanceApp.js new file mode 100755 index 0000000..8452a86 --- /dev/null +++ b/doc/docs/.vuepress/enhanceApp.js | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | /** | ||
| 2 | * Client app enhancement file. | ||
| 3 | * | ||
| 4 | * https://v1.vuepress.vuejs.org/guide/basic-config.html#app-level-enhancements | ||
| 5 | */ | ||
| 6 | |||
| 7 | export default ({ | ||
| 8 | Vue, // the version of Vue being used in the VuePress app | ||
| 9 | options, // the options for the root Vue instance | ||
| 10 | router, // the router instance for the app | ||
| 11 | siteData // site metadata | ||
| 12 | }) => { | ||
| 13 | // ...apply enhancements for the site. | ||
| 14 | } | ||
