feat: 新增 tab 组件

This commit is contained in:
奔跑的面条
2023-03-16 14:06:00 +08:00
parent cfb8b038ce
commit ebd08bc3a4
8 changed files with 172 additions and 3 deletions
@@ -23,8 +23,6 @@ const props = defineProps({
})
const { w, h } = toRefs(props.chartConfig.attr)
const rangeDate = ref<number | number[]>()
const option = shallowReactive({
value: {
selectValue: props.chartConfig.option.selectValue,