feat: 添加 placeholder

This commit is contained in:
zhangyu
2021-12-03 11:44:45 +08:00
parent c039a9ac61
commit 6eb567a13e
5 changed files with 51 additions and 28 deletions

View File

@@ -22,7 +22,7 @@
id="chart-box-type"
v-model="chartConfig.type"
:disabled="chartConfig.type==='group'&&chartConfig.children&&chartConfig.children.length"
placeholder=""
:placeholder="$t('el.select.placeholder')"
popper-class="right-box-select-top prevent-clickoutside"
size="small"
value-key="chartType"