Productos view
This commit is contained in:
16
src/components/app/Layout.vue
Normal file
16
src/components/app/Layout.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div id="app-layout">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
#app-layout {
|
||||
padding: 1em 2em;
|
||||
height: calc(100vh - var(--header-height));
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user