We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b62b9f + bae3c96 commit 653be1dCopy full SHA for 653be1d
frontend/src/components/Hello.vue
@@ -9,11 +9,11 @@
9
<h3>This site contains more stuff :)</h3>
10
<ul>
11
<li>HowTo call REST-Services:</li>
12
- <li><a href="/#/callservice/" target="_blank">/callservice</a></li>
+ <li><router-link :to="{ name: 'Service' }" exact target="_blank">/callservice</router-link></li>
13
<li>HowTo to play around with Bootstrap UI components:</li>
14
- <li><a href="/#/bootstrap/" target="_blank">/bootstrap</a></li>
+ <li><router-link :to="{ name: 'Bootstrap' }" exact target="_blank">/bootstrap</router-link></li>
15
<li>HowTo to interact with the Spring Boot database backend:</li>
16
- <li><a href="/#/user/" target="_blank">/user</a></li>
+ <li><router-link :to="{ name: 'User' }" exact target="_blank">/user</router-link></li>
17
</ul>
18
</div>
19
</template>
0 commit comments