-
-
-
-
![screeshot]()
- {{ valid.part }} [v{{ valid.data.version }}]
+
+
+
+
+
+
+
+
+
![screeshot]()
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
![screeshot]()
+ {{ valid.part }} [v{{ valid.data.version }}]
+
+
+
-
-
@@ -46,6 +68,7 @@ export default {
return {
partsData: [],
removed: [],
+ activeIndex: null,
}
},
props: {
@@ -89,7 +112,7 @@ export default {
this.partsData.splice(i, 1);
},
shiftArray(index, offset) {
- console.log(index,offset);
+ console.log(index, offset);
if (index < 0 || index >= this.partsData.length) {
return "Index out of bounds";
}
@@ -125,9 +148,10 @@ export default {
cursor: pointer;
}
-.rw{
+.rw {
column-count: 3;
- div{
+
+ div {
margin-bottom: 1rem;
}
}