github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/site/src/.vuepress/enhanceApp.js (about) 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 }