Vistas de agregar funcionando al cien. Mejoras de diseño en el header

This commit is contained in:
alfredojl
2020-09-17 21:26:05 -05:00
parent a1f70071b1
commit 6777c24879
5 changed files with 292 additions and 112 deletions
+7 -5
View File
@@ -2,7 +2,7 @@ import Vue from 'vue'
import App from './App.vue'
import router from './routes'
import {library} from '@fortawesome/fontawesome-svg-core'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faUserSecret,
faUser,
@@ -12,8 +12,9 @@ import {
faKey,
faExclamationCircle,
faEnvelope,
faHome
} from '@fortawesome/free-solid-svg-icons'
import {FontAwesomeIcon} from '@fortawesome/vue-fontawesome'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
library.add(faUserSecret)
library.add(faUser)
@@ -23,6 +24,7 @@ library.add(faGraduationCap)
library.add(faExclamationCircle)
library.add(faKey)
library.add(faEnvelope)
library.add(faHome)
Vue.component('font-awesome-icon', FontAwesomeIcon)
@@ -30,6 +32,6 @@ Vue.config.productionTip = false
// el: '#app',
new Vue({
render: h => h(App),
router,
}).$mount('#app')
render: h => h(App),
router,
}).$mount('#app')