添加额外页面模块写在哪里? #702
Answered
by
Mister-Hope
Linya-IronMan
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Feb 22, 2022
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
// .vuepress/config.js
export default defineUserConfig({
plugins: [
{
// 在这里使用 onIntialized
}
]
});
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
createPage
并在 Front Matter 指定layout
(有SSR)。