fix CR notes
This commit is contained in:
@@ -460,7 +460,6 @@ export default {
|
|||||||
* @param {object} el
|
* @param {object} el
|
||||||
*/
|
*/
|
||||||
expandAfterEnter(el) {
|
expandAfterEnter(el) {
|
||||||
console.log("ebnter");
|
|
||||||
el.style.height = "auto";
|
el.style.height = "auto";
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
@@ -485,7 +484,6 @@ export default {
|
|||||||
return;
|
return;
|
||||||
this.$emit("unset-mobile-item", true);
|
this.$emit("unset-mobile-item", true);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
||||||
if (this.$parent.mobileItem !== this.item) {
|
if (this.$parent.mobileItem !== this.item) {
|
||||||
this.$parent.$emit("set-mobile-item", { item: this.item, itemEl });
|
this.$parent.$emit("set-mobile-item", { item: this.item, itemEl });
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -259,7 +259,7 @@ export default {
|
|||||||
hiddenOnCollapse: data[i].hiddenOnCollapse,
|
hiddenOnCollapse: data[i].hiddenOnCollapse,
|
||||||
icon: 'pie-chart-fill',
|
icon: 'pie-chart-fill',
|
||||||
onClick: function (item) {
|
onClick: function (item) {
|
||||||
console.log("onclick");
|
// TODO click evet handler
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user