mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-27 02:10:35 +01:00
Working
This commit is contained in:
9
src/layouts/default.vue
Normal file
9
src/layouts/default.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<Header />
|
||||
<slot />
|
||||
<Footer />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@import '@unocss/reset/tailwind.css';
|
||||
</style>
|
||||
Reference in New Issue
Block a user