```html <b-nav-item :to="{ name: 'account-register' }" exact> <i class="fa fa-user"></i> {{ $t("account.register") }} </b-nav-item> ``` and result: <img width="461" alt="screen shot 2017-09-09 at 11 05 15 pm" src="https://user-images.githubusercontent.com/8347826/30241733-6b9a264c-95b3-11e7-9edf-d950560091c6.png"> result true must be: '/account/register' ! this may happend to other components too.