diff --git a/src/sidebar/README.zh-CN.md b/src/sidebar/README.zh-CN.md
index fa007e78c..d0f373945 100644
--- a/src/sidebar/README.zh-CN.md
+++ b/src/sidebar/README.zh-CN.md
@@ -18,9 +18,8 @@ Vue.use(SidebarItem);
```html
-
-
-
+
+
```
@@ -40,6 +39,18 @@ export default {
};
```
+### 显示徽标
+
+通过`info`属性设置徽标内容
+
+```html
+
+
+
+
+
+```
+
## API
### Sidebar Props
diff --git a/src/sidebar/demo/index.vue b/src/sidebar/demo/index.vue
index 6f68403dd..bdbb0a414 100644
--- a/src/sidebar/demo/index.vue
+++ b/src/sidebar/demo/index.vue
@@ -2,10 +2,20 @@
+
+
+
+
+
+
+
+
+
+