skin-dt-32 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/vueComponents.js +11 -9
- package/package.json +1 -1
- package/stylesheet.css +4 -0
package/config/vueComponents.js
CHANGED
|
@@ -722,22 +722,24 @@ Vue.component('tablon-superior', {
|
|
|
722
722
|
<section id="topbar-section" class="basic-element">
|
|
723
723
|
<categoria-foro data-id="tablon">
|
|
724
724
|
<ul class="columns is-multiline">
|
|
725
|
-
<li class="column
|
|
725
|
+
<li class="column">
|
|
726
726
|
<img :src="avatar" />
|
|
727
727
|
<h4>{{ name }}</h4>
|
|
728
728
|
</li>
|
|
729
|
-
<li class="column is-full is-
|
|
729
|
+
<li class="column is-full is-one-thirds-desktop">
|
|
730
730
|
<links-ayuda></links-ayuda>
|
|
731
731
|
</li>
|
|
732
732
|
</ul>
|
|
733
733
|
</categoria-foro>
|
|
734
|
-
<
|
|
735
|
-
|
|
736
|
-
<
|
|
737
|
-
<
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
734
|
+
<categoria-foro data-id="navegacion">
|
|
735
|
+
<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">
|
|
736
|
+
<ul>
|
|
737
|
+
<li>
|
|
738
|
+
<a href="/" title="Ir a «Inicio»">Inicio</a>
|
|
739
|
+
</li>
|
|
740
|
+
</ul>
|
|
741
|
+
</nav>
|
|
742
|
+
</categoria-foro>
|
|
741
743
|
</section>
|
|
742
744
|
`
|
|
743
745
|
});
|
package/package.json
CHANGED
package/stylesheet.css
CHANGED