rm logs
This commit is contained in:
@@ -89,7 +89,6 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
data: function () {
|
data: function () {
|
||||||
console.log(11111, this.defaultExpanded)
|
|
||||||
return {
|
return {
|
||||||
isHover: false,
|
isHover: false,
|
||||||
editable: false,
|
editable: false,
|
||||||
@@ -122,7 +121,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
caretClass () {
|
caretClass () {
|
||||||
console.log(this.expanded)
|
|
||||||
return this.expanded ? 'vtl-icon-caret-down' : 'vtl-icon-caret-right'
|
return this.expanded ? 'vtl-icon-caret-down' : 'vtl-icon-caret-right'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user