perf: 优化时间选择器

This commit is contained in:
奔跑的面条
2023-03-15 20:21:10 +08:00
parent 34b4eb77ba
commit 8f0f9ea334
5 changed files with 97 additions and 24 deletions
@@ -3,6 +3,7 @@
<div :style="`width:${w}px; height:${h}px;`">
<n-date-picker
v-model:value="option.dataset"
:panel="!!chartConfig.option.isPanel"
:type="chartConfig.option.componentInteractEventKey"
@update:value="onChange"
/>