This website works better with JavaScript
Home
Explore
Help
Sign In
Yumin
/
vue-vben-admin
mirror of
https://github.com/vbenjs/vue-vben-admin.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix(modal): remove console log
无木
4 years ago
parent
f750ff435f
commit
3dbbde2662
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
src/components/Modal/src/BasicModal.vue
+ 0
- 1
src/components/Modal/src/BasicModal.vue
View File
@@ -178,7 +178,6 @@
}
}
visibleRef.value = false;
visibleRef.value = false;
- console.log(visibleRef.value);
emit('cancel', e);
emit('cancel', e);
}
}