mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
code refactor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user