done
This commit is contained in:
@@ -7,9 +7,16 @@
|
||||
<script>
|
||||
export default {
|
||||
name: 'z-badge-group',
|
||||
props: {
|
||||
// 当前激活 tab 面板的 key
|
||||
activeKey: {
|
||||
type: [Number, String],
|
||||
default: 0
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
activeKey: '0'
|
||||
computedActiveKey: this.activeKey
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user