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>
<div class="container mt-5 text-center">
<h1>You did it!</h1>
<button class="btn btn-sm btn-success">Click me</button>
</div>
<router-view></router-view>
</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