cfel-base-components 2.5.4 → 2.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/demo/src/index.jsx
CHANGED
|
@@ -13,6 +13,11 @@ import ProTable from "../../src/components/base-component/ProTable";
|
|
|
13
13
|
import PageContainer from "../../src/components/base-component/PageContainer";
|
|
14
14
|
|
|
15
15
|
const menuList = [
|
|
16
|
+
{
|
|
17
|
+
label: "目录0",
|
|
18
|
+
key: "a",
|
|
19
|
+
icon: <QqOutlined />,
|
|
20
|
+
},
|
|
16
21
|
{
|
|
17
22
|
label: "目录1",
|
|
18
23
|
key: "a",
|
package/package.json
CHANGED