This commit is contained in:
Zhiyuan Guo
2018-12-08 15:13:08 +08:00
parent b2eba3e3c9
commit 7d35504b40

View File

@@ -89,7 +89,6 @@
export default {
data: function () {
console.log(11111, this.defaultExpanded)
return {
isHover: false,
editable: false,
@@ -122,7 +121,6 @@
},
caretClass () {
console.log(this.expanded)
return this.expanded ? 'vtl-icon-caret-down' : 'vtl-icon-caret-right'
},