File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 22import { ref , computed } from ' vue' ;
33import escapeRegExp from ' lodash/escapeRegExp' ;
44import WikitLookup from ' ./WikitLookup' ;
5- import { Link as WikitLink } from ' @wmde/wikit-vue-components' ;
65import RequiredAsterisk from ' @/components/RequiredAsterisk.vue' ;
76import { useMessages } from ' @/plugins/MessagesPlugin/Messages' ;
87import { useLanguageCodesProvider } from ' @/plugins/LanguageCodesProviderPlugin/LanguageCodesProvider' ;
@@ -121,7 +120,7 @@ export default {
121120 <template #suffix >
122121 <required-asterisk />
123122 <span class =" wbl-snl-spelling-variant-lookup__help-link" >
124- <wikit-link :href =" helpUrl" target =" _blank" >{{ helpLinkText }}</wikit-link >
123+ <a :href =" helpUrl" target =" _blank" >{{ helpLinkText }}</a >
125124 </span >
126125 </template >
127126 </wikit-lookup >
@@ -136,10 +135,5 @@ export default {
136135 gap : $dimension-spacing-xsmall ;
137136 }
138137 /* stylelint-enable plugin/stylelint-bem-namics, selector-class-pattern */
139-
140- & __help-link {
141- padding-bottom : $wikit-Label-padding-block-end ;
142- display : inline-block ;
143- }
144138}
145139 </style >
You can’t perform that action at this time.
0 commit comments