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
84beaadc82
commit
ca039ff85d
@ -133,7 +133,7 @@ export default {
|
|||||||
```js
|
```js
|
||||||
import UserCenter from '@/components/UserCenter';
|
import UserCenter from '@/components/UserCenter';
|
||||||
export const layout = {
|
export const layout = {
|
||||||
renderHeader: () => <UserCenter />,
|
renderCustom: () => <UserCenter />,
|
||||||
menus: [
|
menus: [
|
||||||
{
|
{
|
||||||
name: 'index',
|
name: 'index',
|
||||||
@ -147,7 +147,7 @@ export const layout = {
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
export const layout = (layoutConfig, { initialState }) => ({
|
export const layout = (layoutConfig, { initialState }) => ({
|
||||||
renderHeader: () => <UserCenter />,
|
renderCustom: () => <UserCenter />,
|
||||||
menus: () => {
|
menus: () => {
|
||||||
const menusRef = ref(layoutConfig.menus);
|
const menusRef = ref(layoutConfig.menus);
|
||||||
watch(
|
watch(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user