docs: 修正文档

This commit is contained in:
wanchun 2022-12-05 14:26:17 +08:00
parent fb4d95e61a
commit a9b7b1ef88

View File

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