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
bef89707269f4b1dabb291320f698ccdc92bbf33
Authored by
Aresn
2017-06-02 15:52:55 +0800
1 parent
1f974700
update tabs
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/tabs/pane.vue
Inline
Side-by-side
src/components/tabs/pane.vue
Wrap text
Show/Hide comments
View file @
bef8970
...
...
@@ -11,7 +11,7 @@
11
11
type: String
12
12
},
13
13
label: {
14
- type:
String
,
14
+ type:
[String, Function]
,
15
15
default: ''
16
16
},
17
17
icon: {
...
...