calendar add explain
This commit is contained in:
parent
bf3e0cd245
commit
2f13e294d9
3 changed files with 51 additions and 2 deletions
|
@ -91,6 +91,12 @@ export default defineComponent({
|
|||
},
|
||||
// this.syncState is undefined, so it will never work
|
||||
// beforeRouteLeave(to, from, next) {
|
||||
// const answer = window.confirm('Do you really want to leave? you have unsaved changes!')
|
||||
// if (answer) {
|
||||
// next()
|
||||
// } else {
|
||||
// next(false)
|
||||
// }
|
||||
// if (this.syncState != "synced") {
|
||||
// this.executeSyncAll = Date.now();
|
||||
// this.wantToClose = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue