skin-dt-32 0.0.3 → 0.0.4

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.
@@ -51,9 +51,6 @@ Vue.component('cabespecial-foro', {
51
51
  template: `
52
52
  <div class="forum-head special-head">
53
53
  <titulo-especial v-bind:data-title="dataTitle"></titulo-especial>
54
- <nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">
55
- <ul></ul>
56
- </nav>
57
54
  </div>
58
55
  `
59
56
  });
@@ -687,6 +684,9 @@ Vue.component('tablon-superior', {
687
684
  </li>
688
685
  </ul>
689
686
  </categoria-foro>
687
+ <nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">
688
+ <ul></ul>
689
+ </nav>
690
690
  </section>
691
691
  `
692
692
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skin-dt-32",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "readme.md",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"