From 7287c10fed5ea677e0e0b3470eb9dd7565c354b0 Mon Sep 17 00:00:00 2001 From: zombieJ Date: Tue, 21 May 2019 20:59:05 +0800 Subject: [PATCH] update comment (#4236) --- src/layouts/BasicLayout.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/layouts/BasicLayout.tsx b/src/layouts/BasicLayout.tsx index cec925e6..e2162901 100644 --- a/src/layouts/BasicLayout.tsx +++ b/src/layouts/BasicLayout.tsx @@ -1,3 +1,9 @@ +/** + * Ant Design Pro v4 use `@ant-design/pro-layout` to handle Layout. + * You can view component api by: + * https://github.com/ant-design/ant-design-pro-layout + */ + import { ConnectState, ConnectProps } from '@/models/connect'; import RightContent from '@/components/GlobalHeader/RightContent'; import { connect } from 'dva'; -- GitLab