|
|
@@ -41,7 +41,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
value: function(value) {
|
|
|
- console.log(value)
|
|
|
if (value !== this.editor.txt.html()) {
|
|
|
this.editor.txt.html(this.value);
|
|
|
|
|
|
@@ -117,7 +116,6 @@ export default {
|
|
|
// for (let i = 0; i < 1; i++) {
|
|
|
// console.log(result)
|
|
|
let url = result.data;
|
|
|
- console.log(result)
|
|
|
insertImg(url);
|
|
|
// }
|
|
|
}
|