component_ryl 1.0.26 → 1.0.27
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/README.md +3 -2
- package/dist/build.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -176,6 +176,7 @@
|
|
|
176
176
|
# :height="400" // 默认400
|
|
177
177
|
# v-model="content"
|
|
178
178
|
# :uploadType="'initUpload'" // 图片上传方式 默认:base64 自定义上传:initUpload
|
|
179
|
+
# :url="'/static'" // 插件和汉化包路径,默认 /static
|
|
179
180
|
# @handleImgUpload="handleImgUpload" // 如果是自定义上传,这个方法接收3个参数,如下:
|
|
180
181
|
# />
|
|
181
182
|
|
|
@@ -197,7 +198,7 @@
|
|
|
197
198
|
# success(res.data.data.imageUrl);
|
|
198
199
|
# });
|
|
199
200
|
# }
|
|
200
|
-
|
|
201
|
+
|
|
201
202
|
# 其他方法:
|
|
202
203
|
# setContent() 设置值
|
|
203
204
|
|
|
@@ -224,7 +225,7 @@
|
|
|
224
225
|
#.
|
|
225
226
|
#.
|
|
226
227
|
#.
|
|
227
|
-
#1.0.
|
|
228
|
+
#1.0.27: 新增富文本 tinymce
|
|
228
229
|
```
|
|
229
230
|
|
|
230
231
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|