code refactor

This commit is contained in:
MaysWind
2023-08-16 00:51:12 +08:00
parent c968ded99a
commit 5496c4a10a
3 changed files with 3 additions and 3 deletions
@@ -8,7 +8,7 @@
<btn-vertical-group :disabled="loading" :buttons="[
{ name: $t('Pie Chart'), value: allChartTypes.Pie },
{ name: $t('Bar Chart'), value: allChartTypes.Bar }
]" v-model="query.chartType" @update:modelValue="setChartType" />
]" v-model="query.chartType" @update:model-value="setChartType" />
</div>
<v-divider />
<v-tabs show-arrows class="my-4" direction="vertical"