We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0125de commit 9a5cbeeCopy full SHA for 9a5cbee
site/src/layouts/Menu.vue
@@ -12,7 +12,7 @@
12
{{ isZhCN ? '组件总览' : 'Components Overview' }}
13
</router-link>
14
</a-menu-item>
15
- <a-menu-item-group v-if="isZhCN" title="高级组件">
+ <a-menu-item-group v-if="isZhCN" key="advanced" title="高级组件">
16
<a-menu-item key="surely-table">
17
<a
18
href="https://www.surely.cool"
site/src/layouts/index.vue
@@ -183,6 +183,7 @@ export default defineComponent({
183
compactTheme: ref('light'),
184
// eslint-disable-next-line @typescript-eslint/no-unused-vars
185
changeTheme: (_key: any) => void 0,
186
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
187
changeCompactTheme: (_key: any) => void 0,
188
});
189
0 commit comments