添加 cl-form 组件
This commit is contained in:
@@ -118,6 +118,11 @@ const data = computed<Item[]>(() => {
|
||||
{
|
||||
label: t("表单组件"),
|
||||
children: [
|
||||
{
|
||||
label: t("表单验证"),
|
||||
icon: "draft-line",
|
||||
path: "/pages/demo/form/form"
|
||||
},
|
||||
{
|
||||
label: t("输入框"),
|
||||
icon: "input-field",
|
||||
|
||||
Reference in New Issue
Block a user