adata-ui 0.3.72 → 0.3.73

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.72",
3
+ "version": "0.3.73",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -5,7 +5,7 @@
5
5
  class="child-links__item"
6
6
  exact-active-class="active"
7
7
  :is="module === links.key? 'nuxt-link': 'a'"
8
- :href="module === links.key ? null: `${links[mode]}${link.to}`"
8
+ :href="module === links.key ? links.to: `${links[mode]}${link.to}`"
9
9
  :to="module === links.key ? link.to: null"
10
10
  >
11
11
  <span v-html="serviceIcons[link.icon]" class="child-links__icon"></span>
@@ -500,11 +500,11 @@ export default {
500
500
  title: "Рейтинг налогоплательщиков",
501
501
  href: "/tax-payment"
502
502
  },
503
- // {
504
- // id: 6,
505
- // title: "Экономика регионов",
506
- // href: "need link"
507
- // },
503
+ {
504
+ id: 6,
505
+ title: "Субъекты бизнеса",
506
+ href: "/business-entities"
507
+ },
508
508
  ]
509
509
  },
510
510
  ]