@nixweb/nixloc-ui 0.0.94 → 0.0.95

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": "@nixweb/nixloc-ui",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
@@ -28,7 +28,6 @@
28
28
  "vue-upload-file": "^1.1.0",
29
29
  "vue2-datepicker": "^2.13.0",
30
30
  "vue2-editor": "^2.6.6"
31
-
32
31
  },
33
32
  "devDependencies": {
34
33
  "@vue/cli-plugin-babel": "~4.5.0",
@@ -111,8 +111,8 @@
111
111
  </div>
112
112
  </Moldura>
113
113
  <div class="div-obrigatorio" v-show="invalido">
114
- <Alerta tipo="info" v-for="item in filtroObrigatorio">
115
- É necessário o filtro <b>{{ item.label }}</b
114
+ <Alerta tipo="info" v-for="item in filtroObrigatorio" :key="item.id">
115
+ É necessário informar o filtro <b>{{ item.label }}</b
116
116
  >, clique no botão "Filtros" para adicionar.
117
117
  </Alerta>
118
118
  </div>