Port almost complete
I18n will not be completed as part of port. Just Metadata left to do!
This commit is contained in:
parent
9edc8b71f7
commit
a8d464a63c
6 changed files with 358 additions and 19 deletions
|
|
@ -2,14 +2,15 @@
|
|||
<a v-if="isExternal" target="_blank" rel="nofollow noreferrer" class="card" :href="to">
|
||||
<p>{{ title }} →</p>
|
||||
</a>
|
||||
<router-link v-else v-bind="$props" class="card">
|
||||
<NuxtLink v-else v-bind="$props" class="card">
|
||||
<p>{{ title }} →</p>
|
||||
</router-link>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { RouterLink } from 'vue-router';
|
||||
|
||||
|
||||
export default {
|
||||
props: {
|
||||
title: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue