File tree Expand file tree Collapse file tree 9 files changed +938
-290
lines changed Expand file tree Collapse file tree 9 files changed +938
-290
lines changed Original file line number Diff line number Diff line change 11<template >
2-
3-
42 <b-navbar toggeable =" lg" class =" navbar-horizontal negro-apagado" type =" dark" >
53 <!-- primera parte de la barra -->
6- <b-navbar-nav >
7- <b-navbar-brand >
8- <b-icon icon =" exclude" variant =" white" ></b-icon >
9- <span class =" font-weight-bold ml-3" >Knock-CPP</span >
10- </b-navbar-brand >
11- </b-navbar-nav >
12-
13- <!-- segunda parte de la barra -->
14- <b-navbar-nav class =" ml-auto" >
15- <b-nav-item :href =" github" ><b-icon icon =" github" variant =" white" ></b-icon ></b-nav-item >
16- <b-nav-item :href =" paypal" ><b-icon icon =" heart-fill" variant =" white" ></b-icon ></b-nav-item >
17- </b-navbar-nav >
4+ <b-navbar-nav >
5+ <b-navbar-brand >
6+ <b-icon icon =" exclude" variant =" white" ></b-icon >
7+ <span class =" font-weight-bold ml-3" >Knock-CPP</span >
8+ </b-navbar-brand >
9+ </b-navbar-nav >
10+
11+ <!-- segunda parte de la barra -->
12+ <b-navbar-nav class =" ml-auto" >
13+ <b-nav-item :href =" github"
14+ ><b-icon icon =" github" variant =" white" ></b-icon
15+ ></b-nav-item >
16+ <b-nav-item :href =" paypal"
17+ ><b-icon icon =" heart-fill" variant =" white" ></b-icon
18+ ></b-nav-item >
19+ </b-navbar-nav >
1820 </b-navbar >
19-
20-
21-
2221</template >
2322
2423<script >
2524export default {
26- name: ' barra' ,
27- data () {
28- return {
29- github: this .$store .state .github ,
30- paypal: this .$store .state .paypal
31- }
32- }
33- }
25+ name: " barra" ,
26+ data () {
27+ return {
28+ github: this .$store .state .github ,
29+ paypal: this .$store .state .paypal ,
30+ };
31+ },
32+ };
3433 </script >
3534
36-
3735<style scoped>
3836.negro-apagado {
3937 background-color : #121212 ;
4038}
41- </style >
39+ </style >
You can’t perform that action at this time.
0 commit comments