@zkwq/business 0.0.90 → 0.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -27714,7 +27714,7 @@ const u0 = {
|
|
|
27714
27714
|
},
|
|
27715
27715
|
mounted() {
|
|
27716
27716
|
this.id = kc(), this.$nextTick(() => {
|
|
27717
|
-
this.editor = new Lc(document.getElementById(this.id)), this.editor.config.height = 300, this.editor.config.focus = !1, this.editor.config.uploadImgServer = Gt, this.editor.config.uploadFileName = "file1000", this.editor.config.uploadImgMaxLength = 1, this.placeholder && (this.editor.config.placeholder = this.placeholder), this.editor.config.uploadImgParams = {
|
|
27717
|
+
this.editor = new Lc(document.getElementById(this.id)), this.editor.config.height = 300, this.editor.config.zIndex = 500, this.editor.config.focus = !1, this.editor.config.uploadImgServer = Gt, this.editor.config.uploadFileName = "file1000", this.editor.config.uploadImgMaxLength = 1, this.placeholder && (this.editor.config.placeholder = this.placeholder), this.editor.config.uploadImgParams = {
|
|
27718
27718
|
uploader: this.userId
|
|
27719
27719
|
}, this.editor.config.uploadImgHooks = {
|
|
27720
27720
|
// 图片上传并返回了结果,想要自己把图片插入到编辑器中
|