Skip to content

Commit d7fefbd

Browse files
Nicolás Mutis MesaJinjiang
Nicolás Mutis Mesa
authored andcommitted
fix: Correct sidebar anchor targets (#1366)
Change function execution order to correct sidebar anchor targets; more concise fix to vuejs/v2.vuejs.org#1348.
1 parent e35008d commit d7fefbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/source/js/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
initVideoModal()
44
if (PAGE_TYPE) {
55
initVersionSelect()
6-
initSubHeaders()
76
initApiSpecLinks()
7+
initSubHeaders()
88
initLocationHashFuzzyMatching()
99
}
1010

0 commit comments

Comments
 (0)