feat: 新增组件重命名

This commit is contained in:
MTrun
2022-02-24 20:11:38 +08:00
parent 2690b06eff
commit 166b2bb98f
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>