完成两个柱状图

This commit is contained in:
aixianling
2024-09-09 17:34:02 +08:00
parent f888c81508
commit c842794d0d
4 changed files with 143 additions and 51 deletions

View File

@@ -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>