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 415dac2 commit 0b576c7Copy full SHA for 0b576c7
src/components/DocumentationTopic.vue
@@ -140,7 +140,7 @@ export default {
140
default() {
141
return {
142
reset() {},
143
- state: { onThisPageSections: [] },
+ state: {},
144
};
145
},
146
@@ -314,9 +314,6 @@ export default {
314
0,
315
);
316
317
- onThisPageSections() {
318
- return this.topicState.onThisPageSections;
319
- },
320
hasAvailability: ({ platforms, technologies }) => (
321
(platforms || []).length || (technologies || []).length
322
),
0 commit comments