mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 11:18:54 +08:00
docs: 修正文档
This commit is contained in:
parent
84beaadc82
commit
ca039ff85d
@ -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