docs: update site
parent
b0125de963
commit
9a5cbeee50
|
@ -12,7 +12,7 @@
|
||||||
{{ isZhCN ? '组件总览' : 'Components Overview' }}
|
{{ isZhCN ? '组件总览' : 'Components Overview' }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</a-menu-item>
|
</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-menu-item key="surely-table">
|
||||||
<a
|
<a
|
||||||
href="https://www.surely.cool"
|
href="https://www.surely.cool"
|
||||||
|
|
|
@ -183,6 +183,7 @@ export default defineComponent({
|
||||||
compactTheme: ref('light'),
|
compactTheme: ref('light'),
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
changeTheme: (_key: any) => void 0,
|
changeTheme: (_key: any) => void 0,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
changeCompactTheme: (_key: any) => void 0,
|
changeCompactTheme: (_key: any) => void 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue