@burh/nuxt-core 1.0.52 → 1.0.54

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.
@@ -47,20 +47,15 @@
47
47
  :valid="errors.length ? true : false"
48
48
  />
49
49
  </validation-provider>
50
- <validation-provider
50
+ <div
51
51
  tag="div"
52
52
  class="col-3"
53
- :vid="`send-role-${idx}`"
54
53
  name="role"
55
- rules="required"
56
- v-slot="{ errors }"
57
54
  >
58
55
  <el-select
59
56
  class="select-danger"
60
57
  v-model="slot.role"
61
- :error="errors[0]"
62
58
  :placeholder="''"
63
- :valid="errors.length ? true : false"
64
59
  >
65
60
  <el-option
66
61
  v-for="role in corporativeRole"
@@ -70,7 +65,7 @@
70
65
  >
71
66
  </el-option>
72
67
  </el-select>
73
- </validation-provider>
68
+ </div>
74
69
  <div class="col-1">
75
70
  <i
76
71
  v-if="idx !== slots.length - 1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {