You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ActiveLink component that applies one of more classes when the target outlet is matched in the current route.
render(){returnv('div',[w(ActiveLink,{to: 'foo',activeClasses: ['fooActive']},['Label']),// applies class when `foo` outlet is matchedw(ActiveLink,{to: 'bar',activeClasses: ['barActive']},['Label'])// applies class when `bar` outlet is matched]);}
The text was updated successfully, but these errors were encountered:
Enhancement
An
ActiveLink
component that applies one of more classes when the targetoutlet
is matched in the current route.The text was updated successfully, but these errors were encountered: