Skip to content

Commit 0b576c7

Browse files
author
Dobromir Hristov
committed
refactor: cleanup unused state
1 parent 415dac2 commit 0b576c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/DocumentationTopic.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default {
140140
default() {
141141
return {
142142
reset() {},
143-
state: { onThisPageSections: [] },
143+
state: {},
144144
};
145145
},
146146
},
@@ -314,9 +314,6 @@ export default {
314314
0,
315315
);
316316
},
317-
onThisPageSections() {
318-
return this.topicState.onThisPageSections;
319-
},
320317
hasAvailability: ({ platforms, technologies }) => (
321318
(platforms || []).length || (technologies || []).length
322319
),

0 commit comments

Comments
 (0)