提交 6b0f8eb3 编写于 作者: G Guillaume Chau

fix(DataField): replace is not a function

上级 f7e2b099
......@@ -399,7 +399,7 @@ export default {
displayedKey () {
let key = this.field.key
if (key) {
if (typeof key === 'string') {
key = key.replace('__vue__', '')
}
return key
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册