Fixed class binding quotation mark typo

On line 186 there is a class binding quotation mark typo inside the <a> tag on the router configuration example that leads to an error when used. Simply changed
:class="{'active-link': isActive, 'active-link-exact": isExactActive}
to
:class="{'active-link': isActive, 'active-link-exact': isExactActive}"
in the <a> tag.
pull/2211/head
Ali Alrabeah 2022-02-23 14:46:04 -05:00 committed by Tuğçe Küçükoğlu
parent 94e2d3d796
commit 7838a3fcd6
1 changed files with 1 additions and 1 deletions