diff --git a/README.md b/README.md index 7218897c..d6ea8a91 100644 --- a/README.md +++ b/README.md @@ -516,10 +516,11 @@ const text = ref('# Hello Editor'); ``` -### Upload picture +### Upload Picture > Tips: When you paste and upload GIF, it will upload a static picture. So you should upload it by file system! +```vue @@ -553,6 +554,7 @@ const onUploadImg = async (files, callback) => { callback(res.map((item) => item.data.url)); }; +``` ### Change Styles