Commit 66c9e0f3 authored by mxm-web-develop's avatar mxm-web-develop

chore: update

parent abb8013b
......@@ -10,3 +10,5 @@ dist
.basement
config.local.js
basement_dist
src/.vuepress/.cache
src/.vuepress/.temp
\ No newline at end of file
......@@ -14,6 +14,6 @@
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
"vuepress": "^2.0.0"
}
}
import { defineClientConfig } from '@vuepress/client'
import {onMounted} from 'vue'
export default defineClientConfig({
enhance({ app, router, siteData }) {
router.beforeEach((to,from,next)=>{
window.parent.postMessage({height:window.document.body.scrollHeight},"*");
next()
})
},
setup() {
},
rootComponents: [],
})
This diff is collapsed.
This diff is collapsed.
/**
* 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.
}
---
home: true
tagline:
actionText: Quick Start →
actionLink: /guide/
---
permalink: /guide/installDeploy/solo.html
---
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment