feat: 优化交互组件

This commit is contained in:
奔跑的面条
2023-03-11 16:58:32 +08:00
parent 1ed7c1ab90
commit 57694d68e7
32 changed files with 392 additions and 302 deletions
@@ -5,7 +5,7 @@
组件 id
<n-text>{{ targetData.id }}</n-text>
</n-text>
<ChartEvebtInteraction></ChartEvebtInteraction>
<chart-event-interaction></chart-event-interaction>
<chart-event-base-handle></chart-event-base-handle>
<chart-event-advanced-handle></chart-event-advanced-handle>
</n-collapse>
@@ -13,7 +13,7 @@
<script setup lang="ts">
import { ref } from 'vue'
import { ChartEvebtInteraction } from './components/ChartEvebtInteraction'
import { ChartEventInteraction } from './components/ChartEventInteraction'
import { ChartEventAdvancedHandle } from './components/ChartEventAdvancedHandle'
import { ChartEventBaseHandle } from './components/ChartEventBaseHandle'
import { useTargetData } from '../hooks/useTargetData.hook'