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 { 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'
}, },