Skip to content

Commit

Permalink
Merge branch 'staging' into docsnav
Browse files Browse the repository at this point in the history
  • Loading branch information
morehawes committed Feb 17, 2024
2 parents 2a6f30b + ba2c20c commit 17d7c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/ContentToc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const title = computed(() => {
</script>

<template>
<nav class="toc">
<nav class="toc" v-if="page">
<h4 v-if="title">{{ title }}</h4>

<ul v-if="toc && toc.links">
Expand Down

0 comments on commit 17d7c14

Please sign in to comment.