Use <router-link> instead of a @click handler in TrainTable

This commit is contained in:
dominik-korsa
2024-08-21 12:58:47 +02:00
parent 573ebc233b
commit a818cd980b
2 changed files with 22 additions and 10 deletions
+8 -1
View File
@@ -123,7 +123,7 @@ input {
border-radius: 50%;
}
a {
a:not(.block-link) {
display: inline-block;
color: white;
@@ -138,6 +138,13 @@ a {
}
}
a.block-link {
display: block;
color: inherit;
text-decoration: none;
}
ul {
padding: 0;
list-style: none;