docs: 修正文档

This commit is contained in:
wanchun 2022-12-05 14:26:17 +08:00
parent 84beaadc82
commit ca039ff85d

View File

@ -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(