v3.6.0 富文本默认上传返回url类型

pull/2/head
YunaiV 2022-02-16 22:02:21 +08:00
parent 8b31b65ac1
commit a6b70491e3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export default {
/* 类型base64格式、url格式 */ /* 类型base64格式、url格式 */
type: { type: {
type: String, type: String,
default: "", default: "url",
} }
}, },
data() { data() {