perf(App.vue): añadidas clases para las vistas y el Footer

parent fdbf75f1
Showing with 5 additions and 5 deletions
<script setup> <script setup>
// import SignLayout from './components/SignLayout.vue'; import Footer from './components/Footer.vue';
// import Login from './views/Login.vue'
</script> </script>
<template> <template>
<router-view></router-view> <div class="d-flex flex-column min-vh-100">
<router-view></router-view>
<Footer></Footer>
</div>
</template> </template>
<style scoped></style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment