refactor: everything to nuxt.js
This commit is contained in:
11
app/pages/certification.vue
Normal file
11
app/pages/certification.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import CertificationComponent from '~/components/CertificationComponent.vue';
|
||||
|
||||
definePageMeta({ title: 'Certifications' });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<q-page padding>
|
||||
<CertificationComponent />
|
||||
</q-page>
|
||||
</template>
|
||||
Reference in New Issue
Block a user