Initial commit from monorepo
This commit is contained in:
14
app/app.vue
Normal file
14
app/app.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
htmlAttrs: {
|
||||
'data-theme': 'cmyk',
|
||||
},
|
||||
script: []
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user