refactor: 重构upload组件
This commit is contained in:
@@ -297,6 +297,12 @@ const zhCN = [
|
||||
import("../../docs/zh-CN/components/datePicker.md"),
|
||||
meta: { title: "日期选择器" },
|
||||
},
|
||||
{
|
||||
path: "/zh-CN/components/upload",
|
||||
component: () =>
|
||||
import("../../docs/zh-CN/components/upload.md"),
|
||||
meta: { title: "文件上传" },
|
||||
},
|
||||
{
|
||||
path: "/zh-CN/components/layer",
|
||||
component: () => import("../../docs/zh-CN/components/layer.md"),
|
||||
|
||||
@@ -176,6 +176,12 @@ const menus = [
|
||||
subTitle: "datePicker",
|
||||
path: "/zh-CN/components/datePicker",
|
||||
},
|
||||
{
|
||||
id: 40,
|
||||
title: "文件上传",
|
||||
subTitle: "upload",
|
||||
path: "/zh-CN/components/upload",
|
||||
},
|
||||
{
|
||||
id: 29,
|
||||
title: "图标选择器",
|
||||
|
||||
Reference in New Issue
Block a user