Skip to content

Commit

Permalink
version 1.0 init
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhouleihou committed Jan 25, 2018
1 parent e20971d commit 0aef21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ npm install quill-image-extend-module --save-dev
```vue
// 你必须把返回的数据中所包含的图片地址 return 回去
respnse: (res) => {
return respnse.info // 这里切记要return回你的图片地址
return res.info // 这里切记要return回你的图片地址
}
```
比如你的服务器返回的成功数据为
Expand All @@ -118,7 +118,7 @@ result: {
```vue
// 你必须把返回的数据中所包含的图片地址 return 回去
respnse: (res) => {
return respnse.result.img // 这里切记要return回你的图片地址
return res.result.img // 这里切记要return回你的图片地址
}
```

Expand Down

0 comments on commit 0aef21f

Please sign in to comment.