feat: 新增组件重命名

This commit is contained in:
MTrun
2022-02-24 20:11:38 +08:00
parent e874ca1e8c
commit d690f4277f
7 changed files with 34 additions and 26 deletions
@@ -257,7 +257,6 @@ const props = defineProps({
}
})
console.log(props.data)
const { title, xAxis, yAxis, legend } = toRefs(props.data)
</script>
@@ -25,6 +25,7 @@ $leftWidth: 60px;
.item-left {
width: $leftWidth;
text-align: left;
margin-top: 4px;
margin-left: 10px;
font-size: 12px;
}