Browse Source

docs: update site

pull/6423/head
tangjinzhou 2 years ago
parent
commit
9a5cbeee50
  1. 2
      site/src/layouts/Menu.vue
  2. 1
      site/src/layouts/index.vue

2
site/src/layouts/Menu.vue

@ -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"

1
site/src/layouts/index.vue

@ -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,
});

Loading…
Cancel
Save