fix wrong text

This commit is contained in:
MaysWind
2023-07-17 23:14:35 +08:00
parent 714933df56
commit 678f9fbe87
@@ -10,8 +10,8 @@
item-title="displayName" item-title="displayName"
item-value="type" item-value="type"
persistent-placeholder persistent-placeholder
:label="$t('Chart Type')" :label="$t('Default Chart Type')"
:placeholder="$t('Chart Type')" :placeholder="$t('Default Chart Type')"
:items="[ :items="[
{ type: allChartTypes.Pie, displayName: $t('Pie Chart') }, { type: allChartTypes.Pie, displayName: $t('Pie Chart') },
{ type: allChartTypes.Bar, displayName: $t('Bar Chart') } { type: allChartTypes.Bar, displayName: $t('Bar Chart') }