mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
feat: add Badge component (#7602)
This commit is contained in:
@@ -239,6 +239,10 @@ module.exports = {
|
||||
{
|
||||
title: '展示组件',
|
||||
items: [
|
||||
{
|
||||
path: 'badge',
|
||||
title: 'Badge 徽标',
|
||||
},
|
||||
{
|
||||
path: 'circle',
|
||||
title: 'Circle 环形进度条',
|
||||
@@ -606,6 +610,10 @@ module.exports = {
|
||||
{
|
||||
title: 'Display Components',
|
||||
items: [
|
||||
{
|
||||
path: 'badge',
|
||||
title: 'Badge',
|
||||
},
|
||||
{
|
||||
path: 'circle',
|
||||
title: 'Circle',
|
||||
|
Reference in New Issue
Block a user