Commit 163f643 1 parent 605857a commit 163f643 Copy full SHA for 163f643
File tree 2 files changed +13
-17
lines changed
plugins/features/plugin-catalog/src/client
2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -248,15 +248,11 @@ export default defineComponent({
248
248
] ,
249
249
} ,
250
250
[
251
- h (
252
- 'a' ,
253
- {
254
- 'href' : `#${ title } ` ,
255
- 'class' : 'vp-catalog-header-anchor' ,
256
- 'aria-hidden' : true ,
257
- } ,
258
- '#' ,
259
- ) ,
251
+ h ( 'a' , {
252
+ 'href' : `#${ title } ` ,
253
+ 'class' : 'vp-catalog-header-anchor' ,
254
+ 'aria-hidden' : true ,
255
+ } ) ,
260
256
childLink ,
261
257
] ,
262
258
) ,
@@ -278,14 +274,10 @@ export default defineComponent({
278
274
] ,
279
275
} ,
280
276
[
281
- h (
282
- 'a' ,
283
- {
284
- href : `#${ title } ` ,
285
- class : 'vp-catalog-header-anchor' ,
286
- } ,
287
- '#' ,
288
- ) ,
277
+ h ( 'a' , {
278
+ href : `#${ title } ` ,
279
+ class : 'vp-catalog-header-anchor' ,
280
+ } ) ,
289
281
h (
290
282
RouteLink ,
291
283
{
Original file line number Diff line number Diff line change 190
190
display : none ;
191
191
}
192
192
193
+ & ::before {
194
+ content : ' ¶' ;
195
+ }
196
+
193
197
[dir = ' rtl' ] & {
194
198
float : right ;
195
199
margin-right : -1em ;
You can’t perform that action at this time.
0 commit comments