other
/
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
6f8608bbc202d31a455754b4cb128bf4be40eeee
Authored by
梁灏
2017-05-08 10:26:50 +0800
1 parent
0b916a32
update Select
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/select/select.vue
Inline
Side-by-side
src/components/select/select.vue
Wrap text
Show/Hide comments
View file @
6f8608b
...
...
@@ -514,7 +514,7 @@
514
514
if (this.remote) {
515
515
this.$nextTick(() => {
516
516
this.query = model;
517
- })
517
+ })
;
518
518
}
519
519
} else {
520
520
this.query = '';
...
...