Added Certification mockup
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
:label="link.name"
|
||||
rounded
|
||||
class="full-width"
|
||||
:align="'left'"
|
||||
/>
|
||||
</q-item>
|
||||
</q-list>
|
||||
@@ -19,7 +20,7 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { defineComponent } from 'vue';
|
||||
import { links } from 'components/navlinks';
|
||||
import { links } from 'src/router/navlinks.js';
|
||||
|
||||
defineComponent({
|
||||
name: 'IndexPage',
|
||||
|
||||
Reference in New Issue
Block a user