vista maquetada de informacion personal form

This commit is contained in:
casnet1
2020-09-18 07:25:26 -05:00
parent 471a1582b2
commit 77f7ffd5f6
9 changed files with 247 additions and 118 deletions
+8 -13
View File
@@ -1,14 +1,11 @@
<template>
<div id="app">
<Header />
<router-view></router-view>
<Footer />
</div>
</template>
<script>
import Header from './components/Header'
import Footer from './components/Footer'
import Vue from 'vue'
import BootstrapVue from 'bootstrap-vue'
@@ -20,18 +17,16 @@ import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
export default {
name: 'app',
components: {
Header,
Footer
},
name: 'app'
}
</script>
<style scoped>
#app {
<style>
.row {
margin: 0 !important;
}
</style>
</style>