富文本工具栏配置视频

This commit is contained in:
RuoYi 2021-06-03 13:26:09 +08:00
parent 19924cd184
commit b7446f8d0f
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default {
[{ color: [] }, { background: [] }], // [{ color: [] }, { background: [] }], //
[{ align: [] }], // [{ align: [] }], //
["clean"], // ["clean"], //
["link", "image"] // ["link", "image", "video"] //
], ],
}, },
placeholder: "请输入内容", placeholder: "请输入内容",
@ -158,6 +158,7 @@ export default {
}); });
}, },
handleUploadSuccess(res, file) { handleUploadSuccess(res, file) {
console.info(file);
// //
let quill = this.Quill; let quill = this.Quill;
// //