正在显示
1 个修改的文件
包含
8 行增加
和
8 行删除
| @@ -130,14 +130,14 @@ export default { | @@ -130,14 +130,14 @@ export default { | ||
| 130 | this.quill.format("image", false); | 130 | this.quill.format("image", false); |
| 131 | } | 131 | } |
| 132 | }); | 132 | }); |
| 133 | - toolbar.addHandler("video", (value) => { | ||
| 134 | - this.uploadType = "video"; | ||
| 135 | - if (value) { | ||
| 136 | - this.$refs.upload.$children[0].$refs.input.click(); | ||
| 137 | - } else { | ||
| 138 | - this.quill.format("video", false); | ||
| 139 | - } | ||
| 140 | - }); | 133 | + // toolbar.addHandler("video", (value) => { |
| 134 | + // this.uploadType = "video"; | ||
| 135 | + // if (value) { | ||
| 136 | + // this.$refs.upload.$children[0].$refs.input.click(); | ||
| 137 | + // } else { | ||
| 138 | + // this.quill.format("video", false); | ||
| 139 | + // } | ||
| 140 | + // }); | ||
| 141 | } | 141 | } |
| 142 | this.Quill.pasteHTML(this.currentValue); | 142 | this.Quill.pasteHTML(this.currentValue); |
| 143 | this.Quill.on("text-change", (delta, oldDelta, source) => { | 143 | this.Quill.on("text-change", (delta, oldDelta, source) => { |
-
请 注册 或 登录 后发表评论