1👍
you should use the name instead of the URL.
In your case:
<router-link :to="{ name: 'iatiStanderd'}"> ... </router-link>
And btw, take care for the name it is iatiStandard not iatiStanderd 🙂
- [Vuejs]-Vue.js: inline styles can't overwrite other styles
- [Vuejs]-Assigning Vue JS 2 static props in a component
Source:stackexchange.com