作业:表格样式切换
This commit is contained in:
parent
8b0852d1a3
commit
f5c99e9223
|
@ -26,6 +26,8 @@ const vue = new Vue({
|
|||
ChangeList() {
|
||||
if (this.isTip == "fa fa-list") {
|
||||
this.isGet = true
|
||||
}
|
||||
if (this.isGet == true){
|
||||
return { color: this.isColor }
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue