Skip to content

Commit d6163fd

Browse files
committed
docs: update docs for the page injections
1 parent baea7e3 commit d6163fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminforth/documentation/docs/tutorial/03-Customization/08-pageInjections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,15 +595,15 @@ For example "OAuth2 plugin", when registers a login button component for login p
595595
596596
```ts title="/index.ts"
597597
// plugin CODE
598-
YYY.push({
598+
adminforth.config.customization.loginPageInjections.underLoginButton.push({
599599
file: '@@/..vue',
600600
meta: {
601601
afOrder: this.pluginOptions.YYY || 0
602602
}
603603
})
604604
```
605605
606-
So you can jsut pass `YYY` option to the plugin to control the order of the injection.
606+
So you can just pass `YYY` option to the plugin to control the order of the injection.
607607
608608
## Custom scripts in head
609609

0 commit comments

Comments
 (0)