Skip to content

Commit b105089

Browse files
authored
docs($zh): fix plugin-register-components.md example error (#2300)
1 parent f54b389 commit b105089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/docs/zh/plugin/official/plugin-register-components.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
module.exports = {
3636
plugins: [
3737
[
38-
'register-components',
38+
'@vuepress/register-components',
3939
{
4040
componentsDir: somepath
4141
}
@@ -55,7 +55,7 @@ module.exports = {
5555
module.exports = {
5656
plugins: [
5757
[
58-
'register-components',
58+
'@vuepress/register-components',
5959
{
6060
components: [
6161
{

0 commit comments

Comments
 (0)