完成两个柱状图
This commit is contained in:
@@ -14,6 +14,11 @@ export default {
|
||||
this.active = i
|
||||
this.$emit("click", e)
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (this.list.length > 0) {
|
||||
this.$emit("click", this.list[0])
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user