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
ab22fd7c521ceb4b812324cb45952413af98d965
Authored by
梁灏
2017-03-15 18:04:31 +0800
1 parent
907feda4
update Collapse
update Collapse
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/components/collapse/panel.vue
Inline
Side-by-side
src/components/collapse/panel.vue
Wrap text
Show/Hide comments
View file @
ab22fd7
...
...
@@ -48,7 +48,6 @@
48
48
},
49
49
methods: {
50
50
toggle () {
51
- // todo while向上查找
52
51
this.$parent.toggle({
53
52
name: this.name || this.index,
54
53
isActive: this.isActive
...
...