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 34588ad commit 5058387Copy full SHA for 5058387
pages/[...slug].vue
@@ -91,14 +91,16 @@ onMounted(() => {
91
id="main"
92
class="page page-general-content"
93
>
94
- <nav-breadcrumb
+ <NavBreadcrumb
95
v-if="page"
96
:title="page.title"
97
class="breadcrumb"
98
:to="parseParentPageURL"
99
:parent-title="parseParentTitle"
100
/>
101
102
+ <code>{{ page }}</code>
103
+
104
<TwoColLayoutWStickySideBar>
105
<template #primaryTop>
106
<CardMeta
@@ -129,9 +131,5 @@ onMounted(() => {
129
131
</template>
130
132
133
<style lang="scss" scoped>
-.page-general-content {
- .section-banner {
134
- margin-top: 0;
135
- }
136
-}
+.page-general-content {}
137
</style>
0 commit comments