Skip to content

Commit 45fa8f1

Browse files
committed
Update index.js
1 parent 05a09e9 commit 45fa8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/comp/locale/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
isRouter: false,
2121
},
2222
],
23-
docTheme: "主题",
23+
docTheme: "组件主题",
2424
// 主题切换配置
2525
switchDocThemeOptions: [
2626
{ value: "default", label: "默认" },
@@ -84,7 +84,7 @@ export default {
8484
isRouter: false,
8585
},
8686
],
87-
docTheme: "Theme",
87+
docTheme: "Component Theme",
8888
// 主题切换配置
8989
switchDocThemeOptions: [
9090
{ value: "default", label: "default" },

0 commit comments

Comments
 (0)