chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a538b6751f724346543fc673e33e6b4291798901
Authored by
梁灏
2017-03-09 19:56:15 +0800
1 parent
6259471f
fixed eslint
fixed eslint
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/components/modal/modal.vue
Inline
Side-by-side
src/components/modal/modal.vue
Wrap text
Show/Hide comments
View file @
a538b67
...
...
@@ -214,7 +214,6 @@
214
214
watch: {
215
215
value (val) {
216
216
this.visible = val;
217
- console.log(this.visible)
218
217
},
219
218
visible (val) {
220
219
if (val === false) {
...
...