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