mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-30 03:38:50 +01:00
rework structure
This commit is contained in:
16
layouts/dev.vue
Normal file
16
layouts/dev.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div>
|
||||
<Header />
|
||||
<Nuxt class="pt-16 lg:pt-24"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "dev"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user