📝(component): 新增 button 组件下拉案例

This commit is contained in:
就眠儀式
2022-08-07 20:32:19 +08:00
parent ca9a3607e9
commit 5d85e82682
3 changed files with 38 additions and 2 deletions

View File

@@ -85,4 +85,4 @@ export default {
};
},
};
</script>
</script>

View File

@@ -12,6 +12,7 @@ const menus = [
{
id: 6,
title: "按钮",
flag: "update",
subTitle: "button",
path: "/zh-CN/components/button",
},
@@ -138,6 +139,7 @@ const menus = [
{
id: 36,
title: "开关",
flag: "update",
subTitle: "switch",
path: "/zh-CN/components/switch",
},
@@ -432,12 +434,14 @@ const menus = [
{
id: 101,
title: "标签",
flag: "new",
subTitle: "modal",
path: "/zh-CN/components/tag",
},
{
id: 102,
title: "标签输入",
title: "标签输入",
flag: "new",
subTitle: "load",
path: "/zh-CN/components/tagInput",
},