link fix
This commit is contained in:
parent
7af242454a
commit
c8a1f478c0
|
@ -98,9 +98,9 @@
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="12" md="6" lg="4">
|
<v-col cols="12" sm="12" md="6" lg="4">
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link target="_blank"
|
<a target="_blank"
|
||||||
class="text-decoration-none"
|
class="text-decoration-none"
|
||||||
:to="{ name: 'PDSPage' }"
|
href="http://www.cranespds.com"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
>
|
>
|
||||||
PDS
|
PDS
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</a>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
Loading…
Reference in New Issue