删掉一些没用的代码!
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2022-10-21 16:36:51
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-10-23 15:22:51
|
||||
* @LastEditTime: 2022-10-30 23:47:01
|
||||
* @FilePath: \car_dealer\vue\todo-list.html
|
||||
* @Description:
|
||||
*
|
||||
@@ -190,11 +190,6 @@
|
||||
message.style["display"] = "none";
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
buttonText(edit) {
|
||||
return edit ? 修改 : 保存;
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
const vm = Vue.createApp(app);
|
||||
|
Reference in New Issue
Block a user