chore: 🔨 添加拖拽组件和滚动文本演示路由

This commit is contained in:
Ray.Hao
2025-03-31 17:24:43 +08:00
parent 43a8e6bc79
commit 738e7eed69

View File

@@ -388,6 +388,32 @@ export default defineMock([
params: null,
},
},
{
path: "drag",
component: "demo/drag",
name: "Drag",
meta: {
title: "拖拽组件",
icon: "",
hidden: false,
keepAlive: true,
alwaysShow: false,
params: null,
},
},
{
path: "text-scroll",
component: "demo/text-scroll",
name: "TextScroll",
meta: {
title: "滚动文本",
icon: "",
hidden: false,
keepAlive: true,
alwaysShow: false,
params: null,
},
},
],
},
{