mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
feat: 添加颜色选择器面板组件 (#1242)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user