mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[new feature] add Circle component (#608)
This commit is contained in:
@@ -80,6 +80,10 @@ module.exports = {
|
||||
path: '/cell',
|
||||
title: 'Cell - 单元格'
|
||||
},
|
||||
{
|
||||
path: '/circle',
|
||||
title: 'Circle - 环形进度条'
|
||||
},
|
||||
{
|
||||
path: '/icon',
|
||||
title: 'Icon - 图标'
|
||||
@@ -358,6 +362,10 @@ module.exports = {
|
||||
path: '/cell',
|
||||
title: 'Cell'
|
||||
},
|
||||
{
|
||||
path: '/circle',
|
||||
title: 'Circle'
|
||||
},
|
||||
{
|
||||
path: '/icon',
|
||||
title: 'Icon'
|
||||
|
Reference in New Issue
Block a user