Skip to content

Commit 5e723ff

Browse files
committed
feat(linCmsUi): 新增 Slider 组件展示页
1 parent 8fc4d4a commit 5e723ff

File tree

2 files changed

+398
-0
lines changed

2 files changed

+398
-0
lines changed

src/plugins/LinCmsUi/stage-config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,16 @@ const LinCmsUiRouter = {
305305
icon: 'iconfont icon-jiemiansheji',
306306
right: null,
307307
},
308+
{
309+
title: 'Slider 滑块',
310+
type: 'view',
311+
name: null,
312+
route: '/lin-cms-ui/form/slider',
313+
filePath: 'plugins/LinCmsUi/views/form/Slider.vue',
314+
inNav: true,
315+
icon: 'iconfont icon-jiemiansheji',
316+
right: null,
317+
},
308318
],
309319
},
310320
{

0 commit comments

Comments
 (0)