diff --git a/src/components/tabs/pane.vue b/src/components/tabs/pane.vue index 07f4c82a..234c3ee7 100644 --- a/src/components/tabs/pane.vue +++ b/src/components/tabs/pane.vue @@ -11,7 +11,7 @@ type: String }, label: { - type: String, + type: [String, Function], default: '' }, icon: {