Fix typos reported by #1199 (#1210)

* Update index.vue

* Update config.js
This commit is contained in:
Escape0707 2019-07-31 14:19:54 +08:00 committed by Ran Luo
parent 3918a624f5
commit 669918bda2
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
</div> </div>
<el-radio-group v-model="imageInsertAction"> <el-radio-group v-model="imageInsertAction">
<el-radio label="upload">Upload image to cloud by image uploader (you need to select one)</el-radio> <el-radio label="upload">Upload image to cloud by image uploader (you need to select one)</el-radio>
<el-radio label="folder">Move image to sepcial folder</el-radio> <el-radio label="folder">Move image to special folder</el-radio>
<el-radio label="path">Insert absolute or relative path of image</el-radio> <el-radio label="path">Insert absolute or relative path of image</el-radio>
</el-radio-group> </el-radio-group>
</section> </section>

View File

@ -32,7 +32,7 @@ export const tabSizeOptions = [{
label: '2', label: '2',
value: 2 value: 2
}, { }, {
label: '1', label: '3',
value: 3 value: 3
}, { }, {
label: '4', label: '4',