Skip to content

Commit 101f194

Browse files
committed
fix
1 parent 9a002ad commit 101f194

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/HeaderNav.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ export default {
136136
if (data) exportFromJSON({ data, fileName, exportType, delimiter });
137137
this.warningModal = false;
138138
},
139-
modalOpen() {
140-
this.warningModal = true;
141-
},
142-
modalClose() {
143-
this.warningModal = false;
144-
},
145139
Switch() {
146140
//console.log(checkval);
147141
if (this.$route.path != "/") {

0 commit comments

Comments
 (0)