diff --git a/docs/cn/other/components/DemoProTabs2.vue b/docs/cn/other/components/DemoProTabs2.vue
deleted file mode 100644
index de63cd5..0000000
--- a/docs/cn/other/components/DemoProTabs2.vue
+++ /dev/null
@@ -1,27 +0,0 @@
-
----
-title: 自定义 `storageKey`
----
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/cn/other/tabs.md b/docs/cn/other/tabs.md
index c421cf5..b890ced 100644
--- a/docs/cn/other/tabs.md
+++ b/docs/cn/other/tabs.md
@@ -4,14 +4,12 @@
-
## **属性 (Props)**
| 参数 | 类型 | 默认值 | 描述 |
|----------------|----------------|-------------|--------------------------------|
| **v-model** | `ProTabData[]` | `[]` | 绑定的标签页数据数组,使用 `v-model` 进行双向绑定 |
-| **storageKey** | `string` | `'proTabs'` | 本地存储的键名,用于保存标签页数据和选中状态 |
## **ProTabData 配置**
diff --git a/packages/k-naiveui-pro/src/components/ProBreadcrumb.vue b/packages/k-naiveui-pro/src/components/ProBreadcrumb.vue
index fd3d7e9..a8e6c07 100644
--- a/packages/k-naiveui-pro/src/components/ProBreadcrumb.vue
+++ b/packages/k-naiveui-pro/src/components/ProBreadcrumb.vue
@@ -1,5 +1,5 @@
handleSelect(index)"
+ @click="() => handleSelect(index)"
@wheel="horizontalScroll"
>
{{ tab.title }}
-
+
+