This commit is contained in:
zhuxiang
2017-02-28 17:41:30 +08:00
parent 04712433c0
commit ba405b723b
4 changed files with 68 additions and 10 deletions
+6 -1
View File
@@ -6,6 +6,11 @@
<script>
export default {
name: 'z-badge-group'
name: 'z-badge-group',
data () {
return {
activeKey: '0'
}
}
};
</script>