feat: 添加颜色选择器面板组件 (#1242)

This commit is contained in:
xiaoming
2025-11-17 10:55:39 +08:00
committed by GitHub
parent f7bf20af97
commit c22cafaa1e
4 changed files with 80 additions and 2 deletions

View File

@@ -119,8 +119,7 @@ export default {
name: "PureSlider",
component: () => import("@/views/components/slider/index.vue"),
meta: {
title: $t("menus.pureSlider"),
extraIcon: "IF-pure-iconfont-new svg"
title: $t("menus.pureSlider")
}
},
{
@@ -195,6 +194,15 @@ export default {
title: $t("menus.pureColorPicker")
}
},
{
path: "/components/color-picker-panel",
name: "ColorPickerPanel",
component: () => import("@/views/components/color-picker-panel.vue"),
meta: {
title: $t("menus.pureColorPickerPanel"),
extraIcon: "IF-pure-iconfont-new svg"
}
},
{
path: "/components/selector",
name: "Selector",