docs: update site

pull/6423/head
tangjinzhou 2023-04-05 13:50:08 +08:00
parent b0125de963
commit 9a5cbeee50
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{{ isZhCN ? '组件总览' : 'Components Overview' }}
</router-link>
</a-menu-item>
<a-menu-item-group v-if="isZhCN" title="高级组件">
<a-menu-item-group v-if="isZhCN" key="advanced" title="高级组件">
<a-menu-item key="surely-table">
<a
href="https://www.surely.cool"

View File

@ -183,6 +183,7 @@ export default defineComponent({
compactTheme: ref('light'),
// eslint-disable-next-line @typescript-eslint/no-unused-vars
changeTheme: (_key: any) => void 0,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
changeCompactTheme: (_key: any) => void 0,
});