Update project

This commit is contained in:
2021-03-31 09:59:21 +02:00
parent 02534e8520
commit ca8e80af4b
21 changed files with 1521 additions and 227 deletions

13
src/layouts/dev.vue Normal file
View File

@@ -0,0 +1,13 @@
<template>
<Nuxt />
</template>
<script>
export default {
name: "dev"
}
</script>
<style scoped>
</style>