怎么使用代码块分组? #4053
怎么使用代码块分组?
#4053
-
"vuepress": "2.0.0-beta.62", https://vuepress-theme-hope.github.io/v1/zh/guide/markdown/code-group.html module.exports = {
themeConfig: {
mdEnhance: {
codegroup: true,
},
},`
}; :::: code-group ::: code-group-item yarn yarn add -D vuepress-theme-hope ::: ::: code-group-item npm:active npm i -D vuepress-theme-hope ::: :::: 但是实际codegroup属性会报错:对象字面量只能指定已知属性,并且“codegroup”不在类型“Omit<MarkdownEnhanceOptions, "container"> & { container?: boolean | undefined; }”中。 这是怎么回事? |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Apr 8, 2024
Replies: 1 comment 1 reply
-
v1已经停止维护很多年了。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v1已经停止维护很多年了。