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