Skip to content

Commit

Permalink
fix: use aside.exclude for mobile aside (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmnthn committed Dec 15, 2022
1 parent 4815ce7 commit f8e1d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/AppHeaderDialog.vue
Expand Up @@ -4,7 +4,7 @@ import ThemeSelect from './ThemeSelect.vue'
const { navigation } = useContent()
const docus = useDocus()
const filtered = computed(() => docus.value.header?.exclude || [])
const filtered = computed(() => docus.value.aside?.exclude || [])
const links = computed(() => {
return (navigation.value || []).filter((item: any) => {
Expand Down

1 comment on commit f8e1d01

@vercel
Copy link

@vercel vercel bot commented on f8e1d01 Dec 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.