refactor: 重构upload组件

This commit is contained in:
lockingreal
2022-03-27 17:54:37 +08:00
parent 0495d20af0
commit 7d2fc5f1ce
6 changed files with 254 additions and 341 deletions

View File

@@ -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"),