File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
docs/.vuepress/theme/global-components Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 55 v-if =" isInternal"
66 :to =" link"
77 :class =" { 'large': iconSize == 'large' }"
8+ :title =" title"
89 >
910 <div class =" icon absolute left-0" >
1011 <img :src =" icon" class =" no-zoom" alt />
2526 :target =" target"
2627 :rel =" rel"
2728 :class =" { 'large': iconSize == 'large' }"
29+ :title =" title"
2830 >
2931 <div class =" icon absolute left-0" >
3032 <img :src =" icon" class =" no-zoom" alt />
Original file line number Diff line number Diff line change 11<template >
2- <RouterLink v-if =" isInternal" class =" link-panel" :to =" link" :class =" { 'has-icon': icon }" >
2+ <RouterLink v-if =" isInternal" class =" link-panel" :to =" link" :class =" { 'has-icon': icon }" :title = " title " >
33 <div v-if =" icon" class =" link-panel-icon" >
44 <img :src =" icon" class =" no-zoom" alt />
55 </div >
2424 :target =" target"
2525 :rel =" rel"
2626 :class =" { 'has-icon': icon }"
27+ :title =" title"
2728 >
2829 <div v-if =" icon" class =" link-panel-icon" >
2930 <img :src =" icon" class =" no-zoom" alt />
3334 {{ title }}
3435 </div >
3536 <div class =" subtitle" >{{ subtitle }}</div >
37+ <div v-if =" repo" class =" repo-name" >{{ repo }}</div >
3638
3739 <div class =" flags" >
3840 <div v-if =" repo" class =" repo-icon" >
5759 @apply text-sm text-slate leading-tight;
5860 }
5961
62+ .repo-name {
63+ @apply text-xs text-light-slate font-mono mt-1;
64+ }
65+
6066 .flags {
6167 @apply absolute flex flex-row-reverse;
6268
You can’t perform that action at this time.
0 commit comments