作业:表格样式切换

This commit is contained in:
Code12121 2022-10-31 18:25:30 +08:00
parent 8b0852d1a3
commit f5c99e9223
1 changed files with 2 additions and 0 deletions

View File

@ -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 }
}
},