diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-17 13:42:21 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-17 13:42:21 +0000 |
| commit | 70ebc77f843207a1d4b46c8d960dafbff37e7e2e (patch) | |
| tree | 2d03f7a66b877bb6ffa2f92c0504ac90f26db55f /layouts/none.vue | |
Initial commit
Diffstat (limited to 'layouts/none.vue')
| -rw-r--r-- | layouts/none.vue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/none.vue b/layouts/none.vue new file mode 100644 index 0000000..c018025 --- /dev/null +++ b/layouts/none.vue @@ -0,0 +1,6 @@ +<template> + <slot /> +</template> + +<script setup> +</script>
\ No newline at end of file |
