Added Certification mockup

This commit is contained in:
2023-11-16 23:35:25 -05:00
parent b4687d6b79
commit cbe4b5323e
13 changed files with 152 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
<script lang="ts" setup>
import { defineComponent } from 'vue';
import { links } from 'components/navlinks';
import { links } from 'src/router/navlinks.js';
defineProps(['drawer']);
defineEmits(['drawer-toggle']);