feat(App.vue): eliminado contenido y añadida referencia a router

parent e551a931
Showing with 5 additions and 5 deletions
<script setup></script> <script setup>
// import SignLayout from './components/SignLayout.vue';
// import Login from './views/Login.vue'
</script>
<template> <template>
<div class="container mt-5 text-center"> <router-view></router-view>
<h1>You did it!</h1>
<button class="btn btn-sm btn-success">Click me</button>
</div>
</template> </template>
<style scoped></style> <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