记事本细节修改,待接口

This commit is contained in:
2019-09-09 15:28:33 +08:00
parent f99d8b857b
commit 0a742f75b2
3 changed files with 31 additions and 35 deletions

View File

@ -24,8 +24,11 @@ app = new Vue({
confirmDelete(index){
console.log("删除", this.noteData[index])
window.location.reload()
},
edit(index){
console.log("编辑", this.noteData[index])
window.location.reload()
}
},
mounted() {
setTimeout(()=>{document.getElementById("app").visibility = "visible";}, 1000)