diff options
| author | 2023-04-19 17:50:02 +0800 | |
|---|---|---|
| committer | 2023-04-19 17:50:02 +0800 | |
| commit | 56a6240bf700ac307342ed494d8bfbabe5c822dc (patch) | |
| tree | 0b1288a2ec1cbb538c11f4c122b6a97b9c55a05f /docs/layouts/page.vue | |
| parent | 3adc965dd09490b7efa1cce9f09b0a3b30970277 (diff) | |
| download | HydroRoll-56a6240bf700ac307342ed494d8bfbabe5c822dc.tar.gz HydroRoll-56a6240bf700ac307342ed494d8bfbabe5c822dc.zip | |
✨docs init
Diffstat (limited to 'docs/layouts/page.vue')
| -rw-r--r-- | docs/layouts/page.vue | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/layouts/page.vue b/docs/layouts/page.vue deleted file mode 100644 index c6168d4..0000000 --- a/docs/layouts/page.vue +++ /dev/null @@ -1,26 +0,0 @@ -<script setup lang="ts"> -const { config } = useDocus() -</script> - -<template> - <div class="page-layout"> - <Container - :fluid="config?.main?.fluid" - :padded="config?.main?.padded" - > - <article> - <slot /> - </article> - </Container> - </div> -</template> - -<style lang="ts" scoped> -css({ - '.page-layout': { - display: 'flex', - flexDirection: 'column', - position: 'relative' - } -}) -</style> |
