fix types
This commit is contained in:
@@ -11,10 +11,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type { VueApexChartsComponent } from 'vue3-apexcharts';
|
import type { VueApexChartsComponentProps } from 'vue3-apexcharts';
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
options: VueApexChartsComponent['options'];
|
options: VueApexChartsComponentProps['options'];
|
||||||
series: VueApexChartsComponent['series'];
|
series: VueApexChartsComponentProps['series'];
|
||||||
}>();
|
}>();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user