Skip to content

Commit 41eb4e9

Browse files
committed
chore: Merge branch 'master' into dev
2 parents 6f3fc16 + 9e32481 commit 41eb4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/dev-guide/plugin-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ module.exports.hooks = (api) => {
268268
const lines = contentMain.split(/\r?\n/g)
269269
270270
const renderIndex = lines.findIndex(line => line.match(/render/))
271-
lines[renderIndex] + = `\n router,`
271+
lines[renderIndex] += `\n router,`
272272
})
273273
}
274274
```

0 commit comments

Comments
 (0)