File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 32
32
@keydown.up.exact.capture.prevent =" focusPrev"
33
33
@keydown.down.exact.capture.prevent =" focusNext"
34
34
>
35
- <Reference
36
- v-if =" technology"
37
- :id =" INDEX_ROOT_KEY"
38
- :url =" technologyPath"
39
- :class =" ['technology-title', { 'router-link-exact-active': isTechnologyRoute }]"
40
- @click.alt.native.prevent =" toggleAllNodes"
41
- >
42
- <h2 class =" card-link" >
43
- {{ technology }}
44
- </h2 >
45
- <Badge v-if =" isTechnologyBeta" variant =" beta" />
46
- </Reference >
35
+ <slot name =" navigator-title" >
36
+ <Reference
37
+ v-if =" technology"
38
+ :id =" INDEX_ROOT_KEY"
39
+ :url =" technologyPath"
40
+ :class =" ['technology-title', { 'router-link-exact-active': isTechnologyRoute }]"
41
+ @click.alt.native.prevent =" toggleAllNodes"
42
+ >
43
+ <h2 class =" card-link" >
44
+ {{ technology }}
45
+ </h2 >
46
+ <Badge v-if =" isTechnologyBeta" variant =" beta" />
47
+ </Reference >
48
+ </slot >
47
49
<DynamicScroller
48
50
v-show =" hasNodes"
49
51
:id =" scrollLockID"
You can’t perform that action at this time.
0 commit comments