13 lines
No EOL
189 B
Vue
13 lines
No EOL
189 B
Vue
<template>
|
|
<div class="min-h-screen">
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
// Default layout for the app
|
|
</script>
|
|
|
|
<style>
|
|
/* Global styles can go here */
|
|
</style> |