Skip to content

Commit

Permalink
fix(modal): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Jun 28, 2021
1 parent f750ff4 commit 3dbbde2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Modal/src/BasicModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
}
visibleRef.value = false;
console.log(visibleRef.value);
emit('cancel', e);
}
Expand Down

0 comments on commit 3dbbde2

Please sign in to comment.