Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.8

This commit is contained in:
zhangyu
2023-07-12 09:49:03 +08:00

View File

@@ -290,7 +290,7 @@ export default {
placeholder: {
type: String,
default () {
return t('el.select.placeholder')
return this.$t('el.select.placeholder')
}
},
defaultFirstOption: Boolean,