@winchsa/ui 0.1.29 → 0.1.30

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.
@@ -77,13 +77,14 @@ function getItemOnChange() {
77
77
  <VCol
78
78
  v-for="(item, key) in data.model"
79
79
  :key="key"
80
- cols="3"
80
+ xl="3"
81
+ lg="4"
82
+ md="6"
83
+ sm="12"
81
84
  class="py-0"
82
85
  >
83
86
  <div class="d-flex justify-space-between align-center border pa-3 my-3 rounded">
84
87
  <span>{{ item.label }}</span>
85
-
86
- <!-- item checkbox -->
87
88
  <VCheckbox v-model="item.selected" />
88
89
  </div>
89
90
  </VCol>
@@ -98,7 +99,6 @@ function getItemOnChange() {
98
99
  class="d-flex justify-space-between mb-2"
99
100
  >
100
101
  <span>{{ item.label }}</span>
101
- <!-- item checkbox -->
102
102
  <VCheckbox v-model="item.selected" />
103
103
  </div>
104
104
  </vcarditem>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winchsa/ui",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "publishConfig": {