We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54b389 commit b105089Copy full SHA for b105089
packages/docs/docs/zh/plugin/official/plugin-register-components.md
@@ -35,7 +35,7 @@ module.exports = {
35
module.exports = {
36
plugins: [
37
[
38
- 'register-components',
+ '@vuepress/register-components',
39
{
40
componentsDir: somepath
41
}
@@ -55,7 +55,7 @@ module.exports = {
55
56
57
58
59
60
components: [
61
0 commit comments