Skip to content

Commit 9a5cbee

Browse files
committed
docs: update site
1 parent b0125de commit 9a5cbee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

site/src/layouts/Menu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{ isZhCN ? '组件总览' : 'Components Overview' }}
1313
</router-link>
1414
</a-menu-item>
15-
<a-menu-item-group v-if="isZhCN" title="高级组件">
15+
<a-menu-item-group v-if="isZhCN" key="advanced" title="高级组件">
1616
<a-menu-item key="surely-table">
1717
<a
1818
href="https://www.surely.cool"

site/src/layouts/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export default defineComponent({
183183
compactTheme: ref('light'),
184184
// eslint-disable-next-line @typescript-eslint/no-unused-vars
185185
changeTheme: (_key: any) => void 0,
186+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
186187
changeCompactTheme: (_key: any) => void 0,
187188
});
188189

0 commit comments

Comments
 (0)