Skip to content

Commit a22151c

Browse files
committed
fix(plugin): index.component support BS4.alpha6
1 parent 3069fe3 commit a22151c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/index.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface ScrollSpyIndexComponentOptions {
2424
selector: 'scrollSpy-index-render',
2525
template: `
2626
<div #container>
27-
<ul class="nav menu">
27+
<ul class="nav flex-column menu">
2828
<li *ngFor="let item of items" [class.active]="highlight(item.link)">
2929
<a [routerLink]="" fragment="{{item.link}}" (click)="goTo(item.link)">{{item.text}}</a>
3030
<ul *ngIf="item.children.length" class="nav menu">

0 commit comments

Comments
 (0)