You've already forked qlg.frontend
记事本细节修改,待接口
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user