Explorar el Código

update comment (#4236)

zombieJ hace 7 años
padre
commit
7287c10fed
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/layouts/BasicLayout.tsx

+ 6 - 0
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';