Port almost complete

I18n will not be completed as part of port.
Just Metadata left to do!
This commit is contained in:
Louis Hollingworth 2022-05-22 17:35:47 +01:00
parent 9edc8b71f7
commit a8d464a63c
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
6 changed files with 358 additions and 19 deletions

View file

@ -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: {