mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
docs: 修复文档错误
This commit is contained in:
parent
fd6429bbda
commit
877ddbad37
@ -93,7 +93,7 @@ rootContainer(LastRootContainer, args)
|
||||
比如在可以包一层DIV:
|
||||
```js
|
||||
export function rootContainer(container) {
|
||||
return () => () => {
|
||||
return () => {
|
||||
return (
|
||||
<div>
|
||||
<RouterView></RouterView>
|
||||
@ -101,7 +101,6 @@ export function rootContainer(container) {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
### onAppCreated
|
||||
|
@ -93,7 +93,7 @@ rootContainer(LastRootContainer, args)
|
||||
比如在可以包一层DIV:
|
||||
```js
|
||||
export function rootContainer(container) {
|
||||
return () => () => {
|
||||
return () => {
|
||||
return (
|
||||
<div>
|
||||
<RouterView></RouterView>
|
||||
@ -101,7 +101,6 @@ export function rootContainer(container) {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
### onAppCreated
|
||||
|
Loading…
x
Reference in New Issue
Block a user